PdfListItem.Text Property

Gets the text to be displayed as the name of the item.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Text { get; }
VB
Public ReadOnly Property Text As String
	Get

Property Value

Type: String
The text to be displayed as the name of the item.

See Also