Keywords Property (GdPictureDocumentConverter)
In This Topic
Specifies keywords associated with the document.
Syntax
'Declaration
Public Property Keywords As String
public string Keywords {get; set;}
public read-write property Keywords: String;
public function get,set Keywords : String
public: __property string* get_Keywords();
public: __property void set_Keywords(
string* value
);
public:
property String^ Keywords {
String^ get();
void set ( String^ value);
}
See Also