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
stringThe section name.
Returns
- LayoutContainer
The nested container for the section.
Remarks
Use SectionLink(string) to add a link to the section.
Exceptions
- ArgumentNullException
sectionName
isnull
.