Click or drag to resize

ZebraPrinterFactoryCreateLinkOsPrinter(ZebraPrinter, LinkOsInformation, PrinterLanguage) Method

Create a wrapper around a Zebra printer that provides access to Link-OS™ features.

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public static ZebraPrinterLinkOs CreateLinkOsPrinter(
	ZebraPrinter genericPrinter,
	LinkOsInformation info,
	PrinterLanguage language
)

Parameters

genericPrinter  ZebraPrinter
An instance of a ZebraPrinter
info  LinkOsInformation
Link-OS Information
language  PrinterLanguage
The printer control language

Return Value

ZebraPrinterLinkOs
A Link-OS™ printer
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs
Remarks
This method will not query the printer for any information but will use the supplied info and language.
See Also