CommentFormat
Initial Property
|
Gets or sets the user initials.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Type:
String
The user initials.
See Also