ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property HorizontalSkipDistance As Integer
'Usage
 
Dim instance As ImageRegistrationOptions
Dim value As Integer
 
instance.HorizontalSkipDistance = value
 
value = instance.HorizontalSkipDistance
public int HorizontalSkipDistance {get; set;}
public: __property int get_HorizontalSkipDistance();
public: __property void set_HorizontalSkipDistance( 
   int value
);
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

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