Click or drag to resize

PdfList Constructor (PdfListItemCollection)

Creates unordered 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 PdfList(
	PdfListItemCollection items
)

Parameters

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