Gets or sets the list numbering style.
Namespace: Spire.Pdf.ListsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfNumberStyle Style { get; set; }
Public Property Style As PdfNumberStyle Get Set
public: property PdfNumberStyle Style { PdfNumberStyle get (); void set (PdfNumberStyle value); }
member Style : PdfNumberStyle with get, set