public final class JobDeviceLanguage extends Feature implements IJobPrintTicketItem
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
Modifier and Type | Class and Description |
---|---|
static interface |
JobDeviceLanguage.IJobDeviceLanguageOptionItem
The interface of any
JobDeviceLanguageOption item. |
static class |
JobDeviceLanguage.JobDeviceLanguageOption
Describes the
JobDeviceLanguage feature options. |
Constructor and Description |
---|
JobDeviceLanguage(JobDeviceLanguage.JobDeviceLanguageOption... options)
Creates a new instance.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public JobDeviceLanguage(JobDeviceLanguage.JobDeviceLanguageOption... options)
Creates a new instance.
options
- An array of options specific for the feature.Copyright © 2022 Aspose. All Rights Reserved.