PdfList Constructor (PdfListItemCollection, PdfMarker)
|
Initializes a new instance of theclass.
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,
PdfMarker marker
)
Public Sub New (
items As PdfListItemCollection,
marker As PdfMarker
)
public:
PdfList(
PdfListItemCollection^ items,
PdfMarker^ marker
)
new :
items : PdfListItemCollection *
marker : PdfMarker -> PdfList
Parameters
-
items
-
Type:
Spire.Pdf.Lists
PdfListItemCollection
The items collection.
-
marker
-
Type:
Spire.Pdf.Lists
PdfMarker
The marker for the list.
See Also