Click or drag to resize

FormatUtilLinkOsPrintStoredFormatWithVarGraphics(String, DictionaryInt32, String) Method

Prints a stored format on the printer, filling in the fields specified by the Dictionary.

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
void PrintStoredFormatWithVarGraphics(
	string storedFormatPath,
	Dictionary<int, string> vars
)

Parameters

storedFormatPath  String
The location of the file on the printer (e.g. "E:FORMAT.ZPL").
vars  DictionaryInt32, String
A Dictionary which contains the key/value pairs for the stored format. For ZPL formats, the key number should correspond directly to the number of the field in the format. For CPCL formats, the values will be passed in ascending numerical order.
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
Remarks
The values of any format variables will be encoded using the default encoding type.
See String for more information about encoding types.
See Also