Class JobDeviceLanguage

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

public sealed class JobDeviceLanguage : Feature, IJobPrintTicketItem

Constructors

NameDescription
JobDeviceLanguage(params JobDeviceLanguageOption[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
Add(params IFeatureItem[])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.

Other Members

NameDescription
interface IJobDeviceLanguageOptionItemThe interface of any JobDeviceLanguageOption item.
class JobDeviceLanguageOptionDescribes the JobDeviceLanguage feature options.

See Also