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
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
orsectionName
isnull
.- ArgumentException
sectionName
is empty.