Class JobDeviceLanguage.JobDeviceLanguageOption

Class JobDeviceLanguage.JobDeviceLanguageOption

Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)

Describes the Aspose.Page.XPS.XpsMetadata.JobDeviceLanguage feature options.

public sealed class JobDeviceLanguage.JobDeviceLanguageOption : Option, IFeatureItem, IPrintTicketElementChild

Inheritance

objectPrintTicketElementCompositePrintTicketElementOptionJobDeviceLanguage.JobDeviceLanguageOption

Implements

IFeatureItem, IPrintTicketElementChild

Inherited Members

Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

JobDeviceLanguageOption(string, params IJobDeviceLanguageOptionItem[])

Creates a new instance.

public JobDeviceLanguageOption(string name, params JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)

Parameters

name string

An option name.

items JobDeviceLanguage.IJobDeviceLanguageOptionItem[]

An arbitrary array of Aspose.Page.XPS.XpsMetadata.JobDeviceLanguage.IJobDeviceLanguageOptionItem instances.

JobDeviceLanguageOption(JobDeviceLanguageOption)

Clones this option instance.

public JobDeviceLanguageOption(JobDeviceLanguage.JobDeviceLanguageOption option)

Parameters

option JobDeviceLanguage.JobDeviceLanguageOption

An instance to clone.

Fields

ART

Specified device language is ART.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption ART

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

ASCII

Specified device language is ASCII.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption ASCII

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

CaPSL

Specified device language is CaPSL.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption CaPSL

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

ESCP2

Specified device language is ESC/P2.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption ESCP2

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

ESCPage

Specified device language is ESC/Page.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption ESCPage

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

HPGL2

Specified device language is HP-GL/2.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption HPGL2

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

KPDL

Specified device language is KPDL.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption KPDL

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

KS

Specified device language is KS.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption KS

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

KSSM

Specified device language is KSSM.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption KSSM

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

PCL

Specified device language is PCL.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption PCL

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

PCL5c

Specified device language is PCL5c.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption PCL5c

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

PCL5e

Specified device language is PCL5e.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption PCL5e

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

PCLXL

Specified device language is PCL-XL.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption PCLXL

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

PPDS

Specified device language is PPDS.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption PPDS

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

PostScript

Specified device language is PostScript.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption PostScript

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

RPDL

Specified device language is RPDL.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption RPDL

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

RTL

Specified device language is RTL.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption RTL

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

XPS

Specifies device language is XPS.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption XPS

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

_201PL

Specifies device language is PC-PR201.

public static readonly JobDeviceLanguage.JobDeviceLanguageOption _201PL

Field Value

JobDeviceLanguage.JobDeviceLanguageOption

Methods

Add(params IJobDeviceLanguageOptionItem[])

Adds a list of Aspose.Page.XPS.XpsMetadata.JobDeviceLanguage.IJobDeviceLanguageOptionItem instances to the options.

public JobDeviceLanguage.JobDeviceLanguageOption Add(params JobDeviceLanguage.IJobDeviceLanguageOptionItem[] items)

Parameters

items JobDeviceLanguage.IJobDeviceLanguageOptionItem[]

An arbitrary array of Aspose.Page.XPS.XpsMetadata.JobDeviceLanguage.IJobDeviceLanguageOptionItem instances.

Returns

JobDeviceLanguage.JobDeviceLanguageOption

This option instance.

Clone()

Clones this option instance. The shortcut to the cloneing constructor.

public JobDeviceLanguage.JobDeviceLanguageOption Clone()

Returns

JobDeviceLanguage.JobDeviceLanguageOption

The clone of this option instance.

SetLanguageEncoding(string)

Sets the LanguageEncoding scored property value.

public JobDeviceLanguage.JobDeviceLanguageOption SetLanguageEncoding(string languageEncoding)

Parameters

languageEncoding string

The LanguageEncoding scored property value.

Returns

JobDeviceLanguage.JobDeviceLanguageOption

This option instance.

SetLanguageLevel(string)

Sets the LanguageLevel scored property value.

public JobDeviceLanguage.JobDeviceLanguageOption SetLanguageLevel(string languageLevel)

Parameters

languageLevel string

The LanguageLevel scored property value.

Returns

JobDeviceLanguage.JobDeviceLanguageOption

This option instance.

SetLanguageVersion(string)

Sets the LanguageVersion scored property value.

public JobDeviceLanguage.JobDeviceLanguageOption SetLanguageVersion(string languageVersion)

Parameters

languageVersion string

The LanguageVersion scored property value.

Returns

JobDeviceLanguage.JobDeviceLanguageOption

This option instance.

 English