Property Title
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Title
Gets or sets the text to be displayed on the screen for this PdfOutlineItem.
public string Title { get; set; }
Property Value
- string
The text to be displayed on the screen for this PdfOutlineItem.
Exceptions
- UnexpectedStructureException
The internal PDF structure does not contain the corresponding required value, or the value has an unexpected type.
- ArgumentNullException
value
isnull
.- InvalidOperationException
The item is the outline root (Parent is
null
) and therefore can not have a title.