PageOutputQuality.PageOutputQualityOption

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Option

public static final class PageOutputQuality.PageOutputQualityOption extends Option

Defines PageOutputQuality feature options.

Fields

FieldDescription
AutomaticSpecifies the intent for automatic output (allow the client to automatically choose the best settings).
DraftSpecifies the intent for draft output (balanced for draft quality text and graphics).
FaxSpecifies the intent for fax output (balanced for standard fax quality).
HighSpecifies the intent for high quality output (balanced for high quality text and graphics).
NormalSpecifies the intent for normal output (balanced for good quality text and graphics).
PhotographicSpecifies the intent for photographic output (images should have the highest quality).
TextSpecifies the intent for text only output (graphics may output poorly or not at all).

Methods

MethodDescription
add(IOptionItem[] items)Adds a list of items to the end of this option’s item list.
equals(Object arg0)
getClass()
getName()Gets the element name.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Automatic

public static PageOutputQuality.PageOutputQualityOption Automatic

Specifies the intent for automatic output (allow the client to automatically choose the best settings).

Draft

public static PageOutputQuality.PageOutputQualityOption Draft

Specifies the intent for draft output (balanced for draft quality text and graphics).

Fax

public static PageOutputQuality.PageOutputQualityOption Fax

Specifies the intent for fax output (balanced for standard fax quality).

High

public static PageOutputQuality.PageOutputQualityOption High

Specifies the intent for high quality output (balanced for high quality text and graphics).

Normal

public static PageOutputQuality.PageOutputQualityOption Normal

Specifies the intent for normal output (balanced for good quality text and graphics).

Photographic

public static PageOutputQuality.PageOutputQualityOption Photographic

Specifies the intent for photographic output (images should have the highest quality).

Text

public static PageOutputQuality.PageOutputQualityOption Text

Specifies the intent for text only output (graphics may output poorly or not at all).

add(IOptionItem[] items)

public void add(IOptionItem[] items)

Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or a Property instance.

Parameters:

ParameterTypeDescription
itemsIOptionItem[]List of items to add.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getName()

public String getName()

Gets the element name.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int