In This Topic

Subject Property (GdPictureDocumentConverter)

In This Topic
Specifies the subject of the document.
Syntax
'Declaration
 
Public Property Subject As String
public string Subject {get; set;}
public read-write property Subject: String; 
public function get,set Subject : String
public: __property string* get_Subject();
public: __property void set_Subject( 
   string* value
);
public:
property String^ Subject {
   String^ get();
   void set (    String^ value);
}
See Also