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




In This Topic
    Subject Property (CADPDFSaveOptions)
    In This Topic
    PDF subject save option
    Syntax
    'Declaration
     
    Public Property Subject As String
    'Usage
     
    Dim instance As CADPDFSaveOptions
    Dim value As String
     
    instance.Subject = value
     
    value = instance.Subject
    public string Subject {get; set;}
    public: __property string* get_Subject();
    public: __property void set_Subject( 
       string* value
    );
    public:
    property String^ Subject {
       String^ get();
       void set (    String^ value);
    }
    See Also