|
GoWebScan API
|
Represents a container for user-specified dimensions of the calibration target which are used during system calibration processing. The dimensions are stored as an XML file.

Public Member Functions | |
| kStatus | GoWebScanCalTarget_Construct (GoWebScanCalTarget *target, kAlloc allocator) |
| Constructs a GoWebScanCalTarget object. More... | |
| kSize | GoWebScanCalTarget_Height (GoWebScanCalTarget target) |
| Gets the height of the calibration target in mils. More... | |
| kStatus | GoWebScanCalTarget_Load (GoWebScanCalTarget *target, const kChar *fileName, kAlloc alloc) |
| Constructs and loads a GoWebScanCalTarget object from a saved XML file. More... | |
| kStatus | GoWebScanCalTarget_SetHeight (GoWebScanCalTarget target, kSize height) |
| Sets the height of the calibration target in mils. More... | |
| kStatus | GoWebScanCalTarget_SetWidth (GoWebScanCalTarget target, kSize width) |
| Sets the width of the calibration target in mils. More... | |
| kStatus | GoWebScanCalTarget_Store (GoWebScanCalTarget target, const kChar *fileName) |
| Writes and stores a GoWebScanCalTarget object to a XML file. More... | |
| kSize | GoWebScanCalTarget_Width (GoWebScanCalTarget target) |
| Gets the width of the calibration target in mils. More... | |