PdfDocumentInfoAuthor Property |
Gets or sets author of the document.
Namespace:
Aspose.CAD.FileFormats.Pdf
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string Author { get; set; }
Public Property Author As String
Get
Set
public:
property String^ Author {
String^ get ();
void set (String^ value);
}
member Author : string with get, set
Property Value
Type:
String
See Also