Initializes a new instance of the class.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfSortedList(
	PdfListItemCollection items,
	PdfOrderedMarker marker
)
Public Sub New ( 
	items As PdfListItemCollection,
	marker As PdfOrderedMarker
)
public:
PdfSortedList(
	PdfListItemCollection^ items, 
	PdfOrderedMarker^ marker
)
new : 
        items : PdfListItemCollection * 
        marker : PdfOrderedMarker -> PdfSortedList

Parameters

items
PdfListItemCollection
The item collection.
marker
PdfOrderedMarker
The marker for the list.

See Also