Creates new pdf list item with default settings.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfListItem(
	string text
)
Public Sub New ( 
	text As String
)
public:
PdfListItem(
	String^ text
)
new : 
        text : string -> PdfListItem

Parameters

text
String

See Also