ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBookmark Class / Title Property




In This Topic
    Title Property (ImGearPDFBookmark)
    In This Topic
    Gets or sets string specifying the bookmark's title.
    Syntax
    'Declaration
     
    Public Property Title As String
    'Usage
     
    Dim instance As ImGearPDFBookmark
    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);
    }

    Property Value

    String value.
    See Also