ScanFix Xpress v9.0 for .NET - Updated October 25, 2021
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
'Declaration
 
Public Property HorizontalIgnoreHoles As Boolean
 
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.HorizontalIgnoreHoles = value
 
value = instance.HorizontalIgnoreHoles

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

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