Accusoft.Forms1 - Updated
IgnoreBorder Property (BlankRectangleDetectOptions)



Accusoft.ScanFixXpressSdk Namespace > BlankRectangleDetectOptions Class : IgnoreBorder Property
Gets and sets a flag that tells the operation to do a quick search for overscan in the border, and will adjust the detection area to move it inside the detected overscanned border.
Syntax
Public Property IgnoreBorder As Boolean
Dim instance As BlankRectangleDetectOptions
Dim value As Boolean
 
instance.IgnoreBorder = value
 
value = instance.IgnoreBorder
public bool IgnoreBorder {get; set;}
public:
property bool IgnoreBorder {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

See Also

Reference

BlankRectangleDetectOptions Class
BlankRectangleDetectOptions Members