Accusoft.ISISXpressSdk Namespace : DataTypeInfo Enumeration |
'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
Member | Value | Description |
---|---|---|
ListLong | 1 | A list or array of longs. For example 200, 300, 400, 500. |
ListRational | 6 | A list or array of rationals. For example 200/1, 300/1, 400/1, 500/1. This data type is only available for Advanced settings. |
ListString | 2 | A list or array of strings. For example "8.5 x 11 letter", "8.5 x 14 legal", and etc.. |
Long | 4 | A long. This can also be used for a byte or a short. |
RangeLong | 0 | A range of longs. For example 0 - 99. |
RangeRational | 7 | A 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. |
Rational | 5 | A rational. See the RationalType for more information. This data type is only available for Advanced settings. |
String | 3 | A string. |
This value is set by using the Setting.DataType property.
System.Object
System.ValueType
System.Enum
Accusoft.ISISXpressSdk.DataTypeInfo