PDFPAGE_SetDefaultCMYKColorSpace
IPDFDocument3 :: PDF page methods

See Also
Collapse All

This method sets the default CMYK color mapping profile as current.

Syntax

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

Remarks

PDFPAGE_SetDefaultCMYKColorSpace sets the default (built-in) CMYK color mapping profile as current.

Equivalent in new interface: IPDFDocument4::SetColorSpaceType.

See Also

Reference