Click or drag to resize

PDFViewCtrlSetColorPostProcessMode Method

Set the color post processing transformation. This transform is applied to the rasterized bitmap as the final step in the rasterization process, and is applied directly to the resulting bitmap (disregarding any color space information). Color post processing only supported for RGBA output.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetColorPostProcessMode(
	PDFRasterizerColorPostProcessMode mode
)

Parameters

mode
Type: pdftron.PDFPDFRasterizerColorPostProcessMode
mode is the specific transform to be applied.
See Also