DocxOptions
Authors Property
|
The name of the person who created the document.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string Authors { get; set; }
Public Property Authors As String
Get
Set
public:
property String^ Authors {
String^ get ();
void set (String^ value);
}
member Authors : string with get, set
Property Value
Type:
String
See Also