PDFPAGE_SetColorSpace
IPDFDocument3 :: PDF page methods

See Also
Collapse All

This method sets the specified ICC profile as the current color mapping profile.

Syntax

HRESULT PDFPAGE_SetColorSpace (
LONG profileHandle
)
Parameters
profileHandle
Handle of the ICC profile.

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

PDFPAGE_SetColorSpace sets the specified ICC profile as the current color mapping profile.

profilehandle can be retrieved by methods PDFPAGE_GetColorSpace, LoadICCProfile.

Equivalent in new interface: IPDFDocument4::SetColorSpace.

See Also

Reference