| Scanner | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class ScannerConfig : ConfigBase
The ScannerConfig type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FieldSize | Gets or sets the field size. | 
|  | HeadCount | Returns the number of ScanHeadConfig inside this configuration. | 
|  | HeadFormat | Gets or sets the head format. | 
|  | Heads | Returns an array containing ScanHeadConfig for each supported head. | 
|  | MaxMagnification | Gets or sets the maximum spot magnification factor. | 
|  | ScanHeadDelay | Gets or sets the Scan Head Delay. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetAxes | Returns an Enumeration representing the supported Axes by the given 'head format'. | 
|   | GetAxisAtIndex | Gets the axis at the given index for the specified ScanHeadFormat. | 
|   | GetAxisCount | Returns the number of axes per supported head that are available for the given 'head format'. | 
|   | GetDimensions | Returns the number of dimensions that are available for the given 'head format'. | 
|   | GetHeadCount | Returns the number of heads that are available for the given 'head format'. | 
|   | GetIndexOfAxis | Gets the index of the given axis for the specified ScanHeadFormat. | 
|   | HasAuxiliary | Returns true if an 'auxiliary' axis is available for the given 'head format'. | 
|   | HasOpticalZoom | Returns true if an optical zoom is available for the given 'head format'. | 
|   | IsExtended | Returns true if an 'extended' axis is available for the given 'head format'. | 
|   | Load | Loads the configuration from the specified file. | 
|  | Save | Saves the configuration to the specified file. If the specified file exists, this method overwrites it. | 
 See Also
See Also