Gets or sets the string format.

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

Syntax

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

Property Value

PdfStringFormat
The string format.

See Also