Accusoft.ScanFixXpress8.Net
HorizontalIgnoreHoles Property




Gets and sets a flag that indicates whether binder holes and other left-edge noise are ignored during horizontal registration.
Syntax
'Declaration
 
Public Property HorizontalIgnoreHoles As Boolean
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.HorizontalIgnoreHoles = value
 
value = instance.HorizontalIgnoreHoles
public bool HorizontalIgnoreHoles {get; set;}
public: __property bool get_HorizontalIgnoreHoles();
public: __property void set_HorizontalIgnoreHoles( 
   bool value
);
public:
property bool HorizontalIgnoreHoles {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which returns true if binder holes are ignored during horizontal registration. Otherwise, false is returned.
Remarks

Note: Set this property to false , unless you have holes or similar noise to avoid.

This feature only applies to horizontal registration.

Default value: False

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback