11 #ifndef GO_WEB_SCAN_CAL_TARGET_H
12 #define GO_WEB_SCAN_CAL_TARGET_H
99 #include <GoWebScanSdk/GoWebScanCalTarget.x.h>
kStatus GoWebScanCalTarget_Construct(GoWebScanCalTarget *target, kAlloc allocator)
Constructs a GoWebScanCalTarget object.
Essential GoWebScan declarations.
kStatus GoWebScanCalTarget_SetHeight(GoWebScanCalTarget target, kSize height)
Sets the height of the calibration target in mils.
kStatus GoWebScanCalTarget_SetWidth(GoWebScanCalTarget target, kSize width)
Sets the width of the calibration target in mils.
kSize GoWebScanCalTarget_Height(GoWebScanCalTarget target)
Gets the height of the calibration target in mils.
kStatus GoWebScanCalTarget_Store(GoWebScanCalTarget target, const kChar *fileName)
Writes and stores a GoWebScanCalTarget object to a XML file.
kStatus GoWebScanCalTarget_Load(GoWebScanCalTarget *target, const kChar *fileName, kAlloc alloc)
Constructs and loads a GoWebScanCalTarget object from a saved XML file.
kSize GoWebScanCalTarget_Width(GoWebScanCalTarget target)
Gets the width of the calibration target in mils.
Represents a container for user-specified dimensions of the calibration target which are used during ...