Accusoft.Forms1 - Updated
HorizontalSkipDistance Property



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationOptions Class : HorizontalSkipDistance Property
Gets and sets a value that indicates how many vertical scan lines will be skipped if HorizontalSkipActive is true, otherwise this value is ignored.
Syntax
Public Property HorizontalSkipDistance As Integer
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.HorizontalSkipDistance = value
 
value = instance.HorizontalSkipDistance
public int HorizontalSkipDistance {get; set;}
public:
property int HorizontalSkipDistance {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the number of vertical scan lines to skip.
Remarks

This property gets or sets the number of scan lines to skip if the HorizontalSkipActive property is set to true. If the HorizontalSkipActive property is set to false, this property is ignored.

Valid values: Any number from 0 to 20000

Default value: 20

See Also

Reference

ImageRegistrationOptions Class
ImageRegistrationOptions Members