Accusoft.PdfXpress7.Net
Author Property




Gets and sets the name of the person who created the document.
Syntax
public string Author {get; set;}
public: __property string* get_Author();
public: __property void set_Author( 
   string* value
);
public:
property String^ Author {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Property Author As String
 
'Usage
 
Dim instance As DocumentMetadata
Dim value As String
 
instance.Author = value
 
value = instance.Author

Property Value

A string value which represents the author of the document.
See Also

Reference

DocumentMetadata Class
DocumentMetadata Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback