Accusoft.Forms1 - Updated
VerticalSkipDistance Property



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

Property Value

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

This property gets and sets the number of scan lines to skip if the VerticalSkipActive property is set to true. If the VerticalSkipActive 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