VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebBorderRemovalCommandJS type / set_BorderSize Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_BorderSize Method
    In This Topic
    Sets the border indent size, in pixels.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebBorderRemovalCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_BorderSize(value);
    
    
    function set_BorderSize(
    value
    Border indent size. Valid values are from 0 to 1000. Default value is 5.
    : number
    ) : any;

    Parameters

    value
    Border indent size. Valid values are from 0 to 1000. Default value is 5.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also