ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADPDFSaveOptions Class / Keywords Property




In This Topic
    Keywords Property (CADPDFSaveOptions)
    In This Topic
    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