ColorConvertParams Class Documentation

classColorConvertParams

Namespace:datalogics_interface

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.

Constructor & Destructor Documentation

~ColorConvertParams

~ColorConvertParams()

Member Function Documentation

get_allow_lossy_compression

boolget_allow_lossy_compression()

Returns:

bool

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

set_allow_lossy_compression

voidset_allow_lossy_compression(boolallow)

Parameters

allow: bool

Returns:

void

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

set_default_cmyk

voidset_default_cmyk(ColorProfileprofile)

Parameters

profile: ColorProfile

Returns:

void

Initially set to the null color profile.

set_default_gray

voidset_default_gray(ColorProfileprofile)

Parameters

profile: ColorProfile

Returns:

void

Initially set to the null color profile.

set_default_rgb

voidset_default_rgb(ColorProfileprofile)

Parameters

profile: ColorProfile

Returns:

void

Initially set to the null color profile.