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.WebHolePunchFillingCommandJS();
var value; // Type: number
value = instance.get_FillBorderSize();
function get_FillBorderSize() : number;
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
See Also