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

    Return Value

    The document section properties.
    Browser Compatibility
    56+
    45+
    11
    See Also