PdfList Constructor (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(
PdfMarker marker
)
Public Sub New (
marker As PdfMarker
)
public:
PdfList(
PdfMarker^ marker
)
new :
marker : PdfMarker -> PdfList
Parameters
-
marker
-
Type:
Spire.Pdf.Lists
PdfMarker
The marker for the list.
See Also