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(
	PdfNumberStyle style
)
Public Sub New ( 
	style As PdfNumberStyle
)
public:
PdfSortedList(
	PdfNumberStyle style
)
new : 
        style : PdfNumberStyle -> PdfSortedList

Parameters

style
PdfNumberStyle
The style.

See Also