ImageGear .NET - Updated
Keywords Property (CADPDFSaveOptions)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADPDFSaveOptions Class : Keywords Property
PDF keywords save option
Syntax
'Declaration
 
Public Property Keywords As String
'Usage
 
Dim instance As CADPDFSaveOptions
Dim value As String
 
instance.Keywords = value
 
value = instance.Keywords
public string Keywords {get; set;}
public: __property string* get_Keywords();
public: __property void set_Keywords( 
   string* value
);
public:
property String^ Keywords {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

CADPDFSaveOptions Class
CADPDFSaveOptions Members