ColorConvertParams Class Documentation

classColorConvertParams

Namespace:com::datalogics::PDFL

Detailed Description

Holds parameters to be passed to a color convert method.This includes the actions to take in case of a match.Each object is compared against the selection criteria for each of the actions, in order, until a matching action is found.

Referenced by

Constructor & Destructor Documentation

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getAllowLossyCompression

booleangetAllowLossyCompression()

Returns:

boolean

If true, DCT or JPX encoding will be used resulting in a smaller PDF.If false, FlateDecoding will be used instead.

getDefaultCMYK

ColorProfilegetDefaultCMYK()

Returns:

ColorProfile

Gets / Sets a default CMYK Color Profile.

getDefaultGray

ColorProfilegetDefaultGray()

Returns:

ColorProfile

Gets / Sets a default Gray Color Profile.

getDefaultRGB

ColorProfilegetDefaultRGB()

Returns:

ColorProfile

Gets / Sets a default RGB Color Profile.

getIntentCMYK

RenderIntentgetIntentCMYK()

Returns:

RenderIntent

Gets / Sets a default CMYK Render Intent.

getIntentGray

RenderIntentgetIntentGray()

Returns:

RenderIntent

Gets / Sets a default Gray Render Intent.

getIntentRGB

RenderIntentgetIntentRGB()

Returns:

RenderIntent

Gets / Sets a default RGB Render Intent.

setAllowLossyCompression

voidsetAllowLossyCompression(booleannewAllowLossyCompression)

Parameters

newAllowLossyCompression: boolean

Returns:

void

setDefaultCMYK

voidsetDefaultCMYK(ColorProfiledefaultCMYK)

Parameters

defaultCMYK: ColorProfile

Returns:

void

setDefaultGray

voidsetDefaultGray(ColorProfiledefaultGray)

Parameters

defaultGray: ColorProfile

Returns:

void

setDefaultRGB

voidsetDefaultRGB(ColorProfiledefaultRGB)

Parameters

defaultRGB: ColorProfile

Returns:

void

setIntentCMYK

voidsetIntentCMYK(RenderIntentintentCMYK)

Parameters

intentCMYK: RenderIntent

Returns:

void

setIntentGray

voidsetIntentGray(RenderIntentintentGray)

Parameters

intentGray: RenderIntent

Returns:

void

setIntentRGB

voidsetIntentRGB(RenderIntentintentRGB)

Parameters

intentRGB: RenderIntent

Returns:

void