ScanFix Xpress v9.0 for .NET - Updated
HorizontalSkipActive Property




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalSkipActive Property
Gets and sets a flag that indicates whether a set number of scan lines will be skipped before the toolkit starts looking for valid information for registration.
Syntax
'Declaration
 
Public Property HorizontalSkipActive As Boolean
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.HorizontalSkipActive = value
 
value = instance.HorizontalSkipActive
public bool HorizontalSkipActive {get; set;}
public: __property bool get_HorizontalSkipActive();
public: __property void set_HorizontalSkipActive( 
   bool value
);
public:
property bool HorizontalSkipActive {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which returns true if vertical scan lines are skipped before looking for valid registration information. Otherwise, false is returned.
Remarks

The skip feature is particularly valuable for dealing with unwanted data on the edge of an image. In some cases, you may want to skip over a form line or margin note. In other cases, this feature can be useful to skip over scanner artifacts that look like lines or data.

When this property is true, the value set in the HorizontalSkipDistance property determines the number of vertical scan lines that are skipped. If this property is set to false, the HorizontalSkipDistance property is ignored.

Default value: false

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

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