VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorControlJS type / get_DocumentInformation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DocumentInformation Method
    In This Topic
    Gets the information about document.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorControlJS(parentDivId);
    
    var value; // Type: Vintasoft.Imaging.Office.UI.WebDocumentInformationPropertiesJS
    value = instance.get_DocumentInformation();
    
    
    function get_DocumentInformation() : WebDocumentInformationPropertiesJS;
    

    Return Value

    The information about document.
    Browser Compatibility
    56+
    45+
    11
    See Also