Click or drag to resize

ZebraPrinterFactoryGetInstance(PrinterLanguage, Connection) Method

Factory method to create the correct ZebraPrinter concrete class based on the printer's control language.

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public static ZebraPrinter GetInstance(
	PrinterLanguage language,
	Connection connection
)

Parameters

language  PrinterLanguage
The language of the printer instance to be created
connection  Connection
An open connection to a printer

Return Value

ZebraPrinter
An instance of a ZebraPrinter
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs
See Also