Click or drag to resize

SettingsHelperUtilZmotifLoadCalibrationTableData Method

Loads the calibration table data to the printer.

Namespace:  Zebra.Sdk.Card.Zmotif.Settings
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void LoadCalibrationTableData(
	string xmlCalibrationData
)

Parameters

xmlCalibrationData
Type: SystemString
The calibration data in xml format.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
SettingsExceptionIf the xmlCalibrationData is invalid.
ZebraCardExceptionIf the printer model is not supported or if a printer error occurs.
Remarks
For ZMotif Series 7, 8, and 9 printers only.
See Also