Converts the item to a human-readable string.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public override string ToString()
VB
Public Overrides Function ToString As String
Return Value
Type:
String
A
String that contains the human-readable representation of this
PdfListItem class.
See Also