VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebGetBorderRectCommandJS 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.WebGetBorderRectCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_BorderSize(value);

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