Class JobDeviceLanguage.JobDeviceLanguageOption
Contents
[
Hide
]JobDeviceLanguage.JobDeviceLanguageOption class
Describes the JobDeviceLanguage
feature options.
public sealed class JobDeviceLanguageOption : Option
Constructors
Name | Description |
---|---|
JobDeviceLanguageOption(JobDeviceLanguageOption) | Clones this option instance. |
JobDeviceLanguageOption(string, params IJobDeviceLanguageOptionItem[]) | Creates a new instance. |
Properties
Name | Description |
---|---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|---|
Add(params IJobDeviceLanguageOptionItem[]) | Adds a list of IJobDeviceLanguageOptionItem instances to the options. |
Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Clone() | Clones this option instance. The shortcut to the cloneing constructor. |
SetLanguageEncoding(string) | Sets the |
SetLanguageLevel(string) | Sets the |
SetLanguageVersion(string) | Sets the |
Fields
Name | Description |
---|---|
static readonly ART | Specified device language is ART. |
static readonly ASCII | Specified device language is ASCII. |
static readonly CaPSL | Specified device language is CaPSL. |
static readonly ESCP2 | Specified device language is ESC/P2. |
static readonly ESCPage | Specified device language is ESC/Page. |
static readonly HPGL2 | Specified device language is HP-GL/2. |
static readonly KPDL | Specified device language is KPDL. |
static readonly KS | Specified device language is KS. |
static readonly KSSM | Specified device language is KSSM. |
static readonly PCL | Specified device language is PCL. |
static readonly PCL5c | Specified device language is PCL5c. |
static readonly PCL5e | Specified device language is PCL5e. |
static readonly PCLXL | Specified device language is PCL-XL. |
static readonly PostScript | Specified device language is PostScript. |
static readonly PPDS | Specified device language is PPDS. |
static readonly RPDL | Specified device language is RPDL. |
static readonly RTL | Specified device language is RTL. |
static readonly XPS | Specifies device language is XPS. |
static readonly _201PL | Specifies device language is PC-PR201. |
See Also
- class Option
- class JobDeviceLanguage
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page