JobControlHelperUtilZmotifSetMagDataFormat Method 
             | 
          
        
         
            Sets the magnetic encoding data format for each track contained in the specified Dictionary object.
            
 
    Namespace: 
   Zebra.Sdk.Card.Zmotif.Job
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxvoid SetMagDataFormat(
	Dictionary<TrackNumber, DataFormat> dataFormat
)
Sub SetMagDataFormat ( 
	dataFormat As Dictionary(Of TrackNumber, DataFormat)
)
void SetMagDataFormat(
	Dictionary<TrackNumber, DataFormat>^ dataFormat
)
Parameters
- dataFormat
 - Type: System.Collections.GenericDictionaryTrackNumber, DataFormat
A Dictionary object containing an entry for each track with the desired DataFormat. 
Exceptions| Exception | Condition | 
|---|
| ConnectionException | If the device is busy or there is an error communicating with the printer. | 
| SettingsException | If the setting is read only, does not exist, or if the setting could not be set. | 
See Also