Gets or sets the prefix.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public string Prefix { get; set; }
Public Property Prefix As String Get Set
public: property String^ Prefix { String^ get (); void set (String^ value); }
member Prefix : string with get, set