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

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