Click or drag to resize

PdfSortedList Constructor (PdfListItemCollection)

Creates ordered 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 PdfSortedList(
	PdfListItemCollection items
)

Parameters

items
Type: Spire.Pdf.Lists PdfListItemCollection
Items for a list.
See Also