Initializes a new instance of the
PdfListItem class with the
specified text.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfListItem(
string text
)
VB
Public Sub New (
text As String
)
Parameters
- text
- Type: System.String
The text to be displayed as the name of the item.
See Also