Accusoft.ISISXpressSdk Namespace : Setting Class |
The following tables list the members exposed by Setting.
Name | Description | |
---|---|---|
Setting Constructor | The main constructor that allows passing in an ISIS Xpress instance ID. |
Name | Description | |
---|---|---|
Advanced | Gets and sets the advanced tag number. | |
DataType | Gets the data type encoded information for the current scanner setting. | |
ListCount | Gets the number of available choices when the DataType property is a list for the current scan setting. | |
ListIndex | Gets and sets the index for the list item to access when the DataType property is a list of the current scan setting. | |
LongValue | Gets and sets a long value for the current scanner setting. | |
RangeMaximumLong | Gets the highest possible long value for the current scan setting when the scan setting is a range of values. | |
RangeMinimumLong | Gets the lowest possible long value for the current scan setting when the scan setting is a range of values. | |
RationalValue | Gets and sets a rational for the current scanner setting. | |
ScanSetting | Gets and sets the ScanSettingInfo enumeration scanner setting. | |
StringValue | Gets and sets a string for the current scanner setting. | |
Supported | Gets an indicator if the current scan setting is supported. |
Name | Description | |
---|---|---|
ListLong | Overloaded. Returns a long value when the DataType property is a long list for the current scan setting. | |
ListRational | Overloaded. Returns a rational value when the DataType property is a rational list for the current scan setting. The ListIndex property must be set to the index of the rational value to retrieve from the rational list before calling this property. | |
ListString | Overloaded. Returns a string value when the DataType property is a string list for the current scan setting. The ListIndex property must be set to the index of the string value to retrieve from the string list before calling this property. | |
LongDefault | Overloaded. Returns a long value at the specified index from the list of values for the default scan setting. | |
RangeMaximumRational | Returns the highest possible rational value for the current scan setting when the scan setting is a range of values. | |
RangeMinimumRational | Returns the lowest possible rational value for the current scan setting when the scan setting is a range of values. | |
RationalDefault | Overloaded. Returns a rational value at the given index in the list of rational values for the default scan setting. | |
RationalStep | Returns the increment or step of rationals when changing values. | |
StringDefault | Returns a string value for the default scan setting. | |
SupportedTags | Returns a list of the supported tags of the scanner as tag numbers. |