Returns the printer control language (e.g. ZPL or CPCL) of the printer.

Namespace:  ZSDK_API.Printer
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
PrinterLanguage GetPrinterControlLanguage()
Visual Basic (Declaration)
Function GetPrinterControlLanguage As PrinterLanguage

Return Value

The printer control language.

See Also