Table of Contents

Method SectionLink

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

SectionLink(string, string)

Adds the link to the given section.

public TextSpan SectionLink(string text, string sectionName)

Parameters

text string

The link text.

sectionName string

The section name.

Returns

TextSpan

The added text.

Remarks

This method does not complete the current paragraph. I.e., a next text chunk will be placed in the same paragraph.

Exceptions

ArgumentNullException

text or sectionName is null.

ArgumentException

sectionName is empty.