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




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

    Relates to Office document metadata as follows:

    DOCX, XLSX, PPTX DOC, XLS, PPT
    dc:subject GKPIDSI_SUBJECT

    See Also