PdfListItem Constructor (String)
|
Creates new pdf list item with default settings.
Namespace:
Spire.Pdf.Lists
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfListItem(
string text
)
Public Sub New (
text As String
)
public:
PdfListItem(
String^ text
)
new :
text : string -> PdfListItem
Parameters
-
text
-
Type:
System
String
See Also