Accusoft.ISISXpress7.Net
DataTypeInfo Enumeration




Option values for the data type the information is encoded in for the current scanner setting.
Syntax
'Declaration
 
Public Enum DataTypeInfo 
   Inherits System.Enum
'Usage
 
Dim instance As DataTypeInfo
public enum DataTypeInfo : System.Enum 
__value public enum DataTypeInfo : public System.Enum 
public enum class DataTypeInfo : public System.Enum 
Members
MemberValueDescription
ListLong1A list or array of longs. For example 200, 300, 400, 500.
ListRational6A list or array of rationals. For example 200/1, 300/1, 400/1, 500/1. This data type is only available for Advanced settings.
ListString2A list or array of strings. For example "8.5 x 11 letter", "8.5 x 14 legal", and etc..
Long4A long. This can also be used for a byte or a short.
RangeLong0A range of longs. For example 0 - 99.
RangeRational7A range of rationals. For example 1/1 - 1200/1. See the Setting.RationalStep method for the increment between rationals. This data type is only available for Advanced settings.
Rational5A rational. See the RationalType for more information. This data type is only available for Advanced settings.
String3A string.
Remarks

This value is set by using the Setting.DataType property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ISISXpressSdk.DataTypeInfo

See Also

Reference

Accusoft.ISISXpressSdk Namespace

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback