ImageGear v26.3 - Updated
ImageGear.Formats.Office Assembly / ImageGear.Formats.Office.Metadata Namespace / ImGearOfficeMetadata Class / Title Property




In This Topic
    Title Property (ImGearOfficeMetadata)
    In This Topic
    The document title.
    Syntax
    'Declaration
     
    Public ReadOnly Property Title As String
    'Usage
     
    Dim instance As ImGearOfficeMetadata
    Dim value As String
     
    value = instance.Title
    public string Title {get;}
    public: __property string* get_Title();
    public:
    property String^ Title {
       String^ get();
    }
    Remarks

    Relates to Office document metadata as follows:

    DOCX, XLSX, PPTX DOC, XLS, PPT
    dc:title GKPIDSI_TITLE

    See Also