Gets or sets the suffix of the marker.
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 string Suffix { get; set; }
Public Property Suffix As String Get Set
public: property String^ Suffix { String^ get (); void set (String^ value); }
member Suffix : string with get, set