ScanFix Xpress v9.0 for .NET - 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
'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

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