Table of Contents

Method Section

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Section(string)

Adds the start of the section.

public LayoutContainer Section(string sectionName)

Parameters

sectionName string

The section name.

Returns

LayoutContainer

The nested container for the section.

Remarks

Use SectionLink(string) to add a link to the section.

Exceptions

ArgumentNullException

sectionName is null.