ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property IgnoreBorder As Boolean
'Usage
 
Dim instance As BlankRectangleDetectOptions
Dim value As Boolean
 
instance.IgnoreBorder = value
 
value = instance.IgnoreBorder
public bool IgnoreBorder {get; set;}
public: __property bool get_IgnoreBorder();
public: __property void set_IgnoreBorder( 
   bool value
);
public:
property bool IgnoreBorder {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

See Also

Reference

BlankRectangleDetectOptions Class
BlankRectangleDetectOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.