Accusoft.Forms1 - Updated
IgnoreBorder Property (BlankPageDetectOptions)



Accusoft.ScanFixXpressSdk Namespace > BlankPageDetectOptions 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 BlankPageDetectOptions
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

BlankPageDetectOptions Class
BlankPageDetectOptions Members