VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentEditor Class / DocumentProperties Property
Syntax Requirements SeeAlso
In This Topic
    DocumentProperties Property (OpenXmlDocumentEditor)
    In This Topic
    Gets information (author, modification date, etc) about document.
    Syntax
    'Declaration
    
    Public ReadOnly Property DocumentProperties As System.IO.Packaging.PackageProperties
    
    
    public System.IO.Packaging.PackageProperties DocumentProperties { get; }
    
    
    public: __property System.IO.Packaging.PackageProperties* get_DocumentProperties();
    
    
    
    Requirements

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

    See Also