VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml Namespace / OpenXmlDocument Class / DocumentInformation Property
Syntax Requirements SeeAlso
In This Topic
    DocumentInformation Property (OpenXmlDocument)
    In This Topic
    Gets information (author, modification date, etc) about this OpenXml document.
    Syntax
    'Declaration
    
    Public MustOverride ReadOnly Property DocumentInformation As OpenXmlDocumentInformation
    
    
    public abstract OpenXmlDocumentInformation DocumentInformation { get; }
    
    
    public: __property abstract OpenXmlDocumentInformation* get_DocumentInformation();
    
    
    
    public:
    abstract property OpenXmlDocumentInformation^ DocumentInformation { OpenXmlDocumentInformation^ get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also