Click or drag to resize

PdfSortedList Constructor (PdfListItemCollection, PdfOrderedMarker)

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 PdfSortedList(
	PdfListItemCollection items,
	PdfOrderedMarker marker
)

Parameters

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