Method SectionLink
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
SectionLink(string)
Adds the link to the section.
public LayoutContainer SectionLink(string sectionName)
Parameters
sectionName
stringThe section name.
Returns
- LayoutContainer
The nested container linking to the specified section.
Remarks
Use Section(string) to add a section.
Exceptions
- ArgumentNullException
sectionName
isnull
.