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




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