In This Topic

Author Property (PDFReducerConfiguration)

In This Topic
Sets the author of the resulting PDF document.
Syntax
'Declaration
 
Public Property Author As String
public string Author {get; set;}
public read-write property Author: String; 
public function get,set Author : String
public: __property string* get_Author();
public: __property void set_Author( 
   string* value
);
public:
property String^ Author {
   String^ get();
   void set (    String^ value);
}
See Also