VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPageLayoutSettingsJS type / set_PagePadding Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_PagePadding Method
    In This Topic
    Sets padding, in millimeters, of a document page.
    Syntax
    var instance = new Vintasoft.Shared.WebPageLayoutSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_PagePadding(value);
    
    
    function set_PagePadding(
    value
    Padding, in millimeters, of a document page. Default value is null (padding is not specified).
    : number
    ) : any;

    Parameters

    value
    Padding, in millimeters, of a document page. Default value is null (padding is not specified).
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    See Also