VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchRemovalCommandJS type / get_FillBorderSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_FillBorderSize Method
In This Topic
Gets the size, in pixels, of border around hole punch, which should be filled.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchRemovalCommandJS();

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

Return Value

0 - command will fill hole punch only (use this value for "ideal" hole punches); N - command will file hole punch and border around hole punch (use border around hole punch for "not ideal" hole punches). Default value is 0.
Browser Compatibility
56+
45+
11
See Also