VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebBorderRemovalCommandJS type / get_BorderSize Property
Syntax BrowserCompatibility SeeAlso
get_BorderSize Method
Gets the border indent size, in pixels.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebBorderRemovalCommandJS();

var value; // Type: number
value = instance.get_BorderSize();

Return Value

Border indent size. Valid values are from 0 to 1000. Default value is 5.
Browser Compatibility
56+
45+
11
See Also