Table of Contents

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 string

The section name.

Returns

LayoutContainer

The nested container linking to the specified section.

Remarks

Use Section(string) to add a section.

Exceptions

ArgumentNullException

sectionName is null.