Accusoft.ISISXpress7.Net
RangeMinimumLong Property




Gets the lowest possible long value for the current scan setting when the scan setting is a range of values.
Syntax
'Declaration
 
Public ReadOnly Property RangeMinimumLong As Integer
'Usage
 
Dim instance As Setting
Dim value As Integer
 
value = instance.RangeMinimumLong
public int RangeMinimumLong {get;}
public: __property int get_RangeMinimumLong();
public:
property int RangeMinimumLong {
   int get();
}

Property Value

An integer value which represents the lowest possible long value for the current scan setting when the scan setting is a range of values.
Remarks

A value should always be checked against this property before applying it because the lowest long value can vary widely between different types of scanners.

See Also

Reference

Setting Class
Setting Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback