Click or drag to resize

PdfListItem Constructor

Overload List
Name Description
Public method PdfListItem
Creates new empty pdf list item.
Public method PdfListItem(String)
Creates new pdf list item with default settings.
Public method PdfListItem(String, PdfFontBase)
Initializes a new instance of theclass.
Public method PdfListItem(String, PdfFontBase, PdfStringFormat)
Initializes a new instance of theclass.
Public method PdfListItem(String, PdfFontBase, PdfStringFormat, PdfPen, PdfBrush)
Creates new list item.
Top
See Also