Accusoft.ScanFixXpress8.Net
IgnoreBorder Property (BlankPageDetectOptions)




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 BlankPageDetectOptions
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

BlankPageDetectOptions Class
BlankPageDetectOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback