Class JobDeviceLanguage.JobDeviceLanguageOption

JobDeviceLanguage.JobDeviceLanguageOption class

Describes the JobDeviceLanguage feature options.

public sealed class JobDeviceLanguageOption : Option

Constructors

NameDescription
JobDeviceLanguageOption(JobDeviceLanguageOption)Clones this option instance.
JobDeviceLanguageOption(string, params IJobDeviceLanguageOptionItem[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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

NameDescription
static ARTSpecified device language is ART.
static ASCIISpecified device language is ASCII.
static CaPSLSpecified device language is CaPSL.
static ESCP2Specified device language is ESC/P2.
static ESCPageSpecified device language is ESC/Page.
static HPGL2Specified device language is HP-GL/2.
static KPDLSpecified device language is KPDL.
static KSSpecified device language is KS.
static KSSMSpecified device language is KSSM.
static PCLSpecified device language is PCL.
static PCL5cSpecified device language is PCL5c.
static PCL5eSpecified device language is PCL5e.
static PCLXLSpecified device language is PCL-XL.
static PostScriptSpecified device language is PostScript.
static PPDSSpecified device language is PPDS.
static RPDLSpecified device language is RPDL.
static RTLSpecified device language is RTL.
static XPSSpecifies device language is XPS.
static _201PLSpecifies device language is PC-PR201.

See Also