Gets or sets the user initials.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

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

Property Value

String
The user initials.

See Also