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




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

    Relates to Office document metadata as follows:

    DOCX, XLSX, PPTX DOC, XLS, PPT
    dc:creator GKPIDSI_CREATE_DTM

    See Also