PDFDrawSetColorPostProcessMode Method |
Draws the page into a given memory buffer.
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
)
Public Sub SetColorPostProcessMode (
mode As PDFRasterizerColorPostProcessMode
)
public:
virtual void SetColorPostProcessMode(
[InAttribute] PDFRasterizerColorPostProcessMode mode
) sealed
function SetColorPostProcessMode(mode);
Parameters
- mode
- Type: pdftron.PDFPDFRasterizerColorPostProcessMode
mode is the specific transform to be applied.
See Also