Accusoft.Forms1 - Updated
HorizontalIgnoreHoles Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalIgnoreHoles Property
Gets and sets a flag that indicates whether binder holes and other left-edge noise are ignored during horizontal registration.
Syntax
Public Property HorizontalIgnoreHoles As Boolean
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.HorizontalIgnoreHoles = value
 
value = instance.HorizontalIgnoreHoles
public bool HorizontalIgnoreHoles {get; set;}
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