ZebraPrinterFactoryCreateLinkOsPrinter Method (ZebraPrinter, LinkOsInformation)
|
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: 2.15.2634
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
- Type: Zebra.Sdk.PrinterZebraPrinter
An instance of a ZebraPrinter - info
- Type: Zebra.Sdk.PrinterLinkOsInformation
Link-OS Information
Return Value
Type:
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