GdPicture.NET.14
GdPicture14 Namespace / PDFReducerConfiguration Class / Title Property





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