| PdfDocumentInfoAuthor Property |
Gets or sets author of the document.
Namespace: Aspose.PSD.FileFormats.PdfAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
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