DocxOptions
Manager Property
|
Gets or sets who is the document manager.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string Manager { get; set; }
Public Property Manager As String
Get
Set
public:
property String^ Manager {
String^ get ();
void set (String^ value);
}
member Manager : string with get, set
Property Value
Type:
String
See Also