IColor::GetCMYK Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetCMYK([out] float* nC, [out] float* nM, [out] float* nY, [out] float* nK);
Parameters
- nC
- [out] Pointer to float.
- nM
- [out] Pointer to float.
- nY
- [out] Pointer to float.
- nK
- [out] Pointer to float.
Return Value
Returns S_OK if operation was successful or error code in other cases.