Click or drag to resize

PDFViewCtrlGetPostProcessedColor Method

Returns the resulting color of post processing colorPoint as specified through SetColorPostProcessMode or SetColorPostProcessColors

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ColorPt GetPostProcessedColor(
	ColorPt colorPoint
)

Parameters

colorPoint
Type: pdftron.PDFColorPt
The color to post process

Return Value

Type: ColorPt

[Missing <returns> documentation for "M:pdftron.PDF.PDFViewCtrl.GetPostProcessedColor(pdftron.PDF.ColorPt)"]

See Also