Gets or sets the format string.

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 string DateFormatString { get; set; }
Public Property DateFormatString As String
	Get
	Set
public:
property String^ DateFormatString {
	String^ get ();
	void set (String^ value);
}
member DateFormatString : string with get, set

Property Value

String
The format string.

See Also