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
)
Public Sub New (
items As PdfListItemCollection
)
public:
PdfSortedList(
PdfListItemCollection^ items
)
new :
items : PdfListItemCollection -> PdfSortedList
Parameters
-
items
-
Type:
Spire.Pdf.Lists
PdfListItemCollection
Items for a list.
See Also