Click or drag to resize

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
)

Parameters

items
Type: Spire.Pdf.Lists PdfListItemCollection
The items collection.
marker
Type: Spire.Pdf.Lists PdfMarker
The marker for the list.
See Also