PdfOrderedMarker Constructor (PdfNumberStyle, String, PdfFontBase)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Lists
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfOrderedMarker(
PdfNumberStyle style,
string suffix,
PdfFontBase font
)
Public Sub New (
style As PdfNumberStyle,
suffix As String,
font As PdfFontBase
)
public:
PdfOrderedMarker(
PdfNumberStyle style,
String^ suffix,
PdfFontBase^ font
)
new :
style : PdfNumberStyle *
suffix : string *
font : PdfFontBase -> PdfOrderedMarker
Parameters
-
style
-
Type:
Spire.Pdf
PdfNumberStyle
Number style of marker.
-
suffix
-
Type:
System
String
Number suffix of the marker.
-
font
-
Type:
Spire.Pdf.Graphics
PdfFontBase
Number font of marker.
See Also