Gets or sets the text to be displayed on the screen for
this
PdfOutlineItem.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string Title { get; set; }
VB
Public Property Title As String
Get
Set
Property Value
Type:
StringThe text to be displayed on the screen for this
PdfOutlineItem.
See Also