IColor::GetCMYK Method

From PDF XChange PDF SDK
Revision as of 02:06, 4 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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.

See Also

IColor