Accusoft.ISISXpress6.Net
DataTypeInfo Enumeration
See Also  Send Feedback
Accusoft.ISISXpressSdk Namespace : DataTypeInfo Enumeration




Glossary Item Box

Option values for the data type the information is encoded in for the current scanner setting.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.