AccusoftISISXpress7 ActiveX DLL : ISX_DataTypeInfo Enumeration |
Member | Value | Description |
---|---|---|
ISX_ListLong | 1 | A list or array of longs. For example 200, 300, 400, 500. |
ISX_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. |
ISX_ListString | 2 | A list or array of strings. For example "8.5 x 11 letter", "8.5 x 14 legal, and etc.. |
ISX_Long | 4 | A long. This can also be used for a byte or a short. |
ISX_RangeLong | 0 | A range of longs. For example 0 - 99. |
ISX_RangeRational | 7 | A range of rationals. For example 1/1 - 1200/1. See the RationalStep Method for the increment between rationals. This data type is only available for Advanced settings. |
ISX_Rational | 5 | A rational. See the SettingRationalGet and the SettingRationalSet methods for more information. This data type is only available for Advanced settings. |
ISX_String | 3 | A string. |