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




Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : VerticalSkipActive 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 VerticalSkipActive As Boolean
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Boolean
 
instance.VerticalSkipActive = value
 
value = instance.VerticalSkipActive
public bool VerticalSkipActive {get; set;}
public: __property bool get_VerticalSkipActive();
public: __property void set_VerticalSkipActive( 
   bool value
);
public:
property bool VerticalSkipActive {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which returns true if horizontal 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 VerticalSkipDistance property determines the number of horizontal scan lines that are skipped. If this property is set to false, the VerticalSkipDistance property is ignored.

Default value: false

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members

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