PdfList Constructor (PdfListItemCollection)
|
Creates unordered list using items.
Namespace:
Spire.Pdf.Lists
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfList(
PdfListItemCollection items
)
Public Sub New (
items As PdfListItemCollection
)
public:
PdfList(
PdfListItemCollection^ items
)
new :
items : PdfListItemCollection -> PdfList
Parameters
-
items
-
Type:
Spire.Pdf.Lists
PdfListItemCollection
Items for a list.
See Also