JobDeviceLanguage class

JobDeviceLanguage class

Describes the device languages supported for sending data from driver to physical device.
This is often called “Page Description Language”. This keyword defines what page description
language is supported by the driver and physical device.
https://docs.microsoft.com/en-us/windows/win32/printdocs/jobdevicelanguage

Inheritance: JobDeviceLanguageFeatureCompositePrintTicketElementPrintTicketElement

The JobDeviceLanguage type exposes the following members:

Constructors

NameDescription
JobDeviceLanguage(options)Initializes a new instance of the JobDeviceLanguage class

Properties

NameDescription
nameGets the element name.

Methods

NameDescription
add(items)Adds a list of items to the end of this feature’s item list.
Each one must be a Feature, an Option, or a Property instance.

See Also