ZebraPrinterFactoryGetLinkOsPrinter Method (Connection, LinkOsInformation, PrinterLanguage)
             | 
          
        
         
            Create Link-OS Zebra printer from a connection that provides access to Link-OS features.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic static ZebraPrinterLinkOs GetLinkOsPrinter(
	Connection connection,
	LinkOsInformation info,
	PrinterLanguage language
)
Public Shared Function GetLinkOsPrinter ( 
	connection As Connection,
	info As LinkOsInformation,
	language As PrinterLanguage
) As ZebraPrinterLinkOs
public:
static ZebraPrinterLinkOs^ GetLinkOsPrinter(
	Connection^ connection, 
	LinkOsInformation^ info, 
	PrinterLanguage^ language
)
Parameters
- connection
 - Type: Zebra.Sdk.CommConnection
An open connection to a Link-OS printer - info
 - Type: Zebra.Sdk.PrinterLinkOsInformation
Link-OS Information - language
 - Type: Zebra.Sdk.PrinterPrinterLanguage
The printer control language 
Return Value
Type: 
ZebraPrinterLinkOsA Link-OS printer
Exceptions
Remarks
            This method will not query the printer for any information but will use the supplied info and 
            language.
See Also