Gets or sets the numbering style.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfNumberStyle NumberStyle { get; set; }
Public Property NumberStyle As PdfNumberStyle
	Get
	Set
public:
property PdfNumberStyle NumberStyle {
	PdfNumberStyle get ();
	void set (PdfNumberStyle value);
}
member NumberStyle : PdfNumberStyle with get, set

Property Value

PdfNumberStyle

See Also