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

    Parameters

    value
    The layout settings for document page.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    See Also