SettingsHelperUtilZmotifGetCalibrationTableData Method 
             | 
          
        
         
            Returns the specified calibration table data.
            
 
    Namespace: 
   Zebra.Sdk.Card.Zmotif.Settings
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxstring GetCalibrationTableData(
	CalibrationTable table
)
Function GetCalibrationTableData ( 
	table As CalibrationTable
) As String
String^ GetCalibrationTableData(
	CalibrationTable table
)
Parameters
- table
 - Type: Zebra.Sdk.Card.EnumerationsCalibrationTable
The calibration table to retrieve. 
Return Value
Type: 
StringThe calibration data in xml format.
Exceptions| Exception | Condition | 
|---|
| ConnectionException | If the device is busy or there is an error communicating with the printer. | 
| SettingsException | If an error occurs processing the calibration data. | 
| ZebraCardException | If the printer model is not supported or if an error occurs while retrieving the calibration table. | 
RemarksFor ZMotif Series 7, 8, and 9 printers only.
See Also