VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / get_PageLayoutSettings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_PageLayoutSettings Method
    In This Topic
    Gets the layout settings for document page.
    Syntax
    var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
    
    var value; // Type: Vintasoft.Shared.WebPageLayoutSettingsJS
    value = instance.get_PageLayoutSettings();
    
    
    function get_PageLayoutSettings() : WebPageLayoutSettingsJS;
    

    Return Value

    The layout settings for document page.
    Browser Compatibility
    9
    See Also