ZebraPrinterFactoryCreateLinkOsPrinter(ZebraPrinter, LinkOsInformation) Method
|
Create a wrapper around a Zebra printer that provides access to Link-OS™ features.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static ZebraPrinterLinkOs CreateLinkOsPrinter(
ZebraPrinter genericPrinter,
LinkOsInformation info
)
Public Shared Function CreateLinkOsPrinter (
genericPrinter As ZebraPrinter,
info As LinkOsInformation
) As ZebraPrinterLinkOs
public:
static ZebraPrinterLinkOs^ CreateLinkOsPrinter(
ZebraPrinter^ genericPrinter,
LinkOsInformation^ info
)
Parameters
- genericPrinter ZebraPrinter
- An instance of a ZebraPrinter
- info LinkOsInformation
- Link-OS Information
Return Value
ZebraPrinterLinkOsA Link-OS™ printer
Exceptions Remarks
This method will query the printer for its control language, but will not query the printer for Link-OS information.
See Also