This document is archived and information here might be outdated. Recommended version. |
The CMYK value of color.
[Visual Basic .NET]
Public Property CMYK As Integer
[C#]
public int CMYK {get; set;}
[C++]
HRESULT get_CMYK(
OLE_COLOR CMYK
);
[C++]
HRESULT put_CMYK(
OLE_COLOR* CMYK
);
[C++] Parameters CMYK [in]
CMYK is a parameter of type OLE_COLOR CMYK [out, retval]
CMYK is a parameter of type OLE_COLOR*
CMYK returns the Long (ASCII) number calculated from the Cyan, Magenta, Yellow and Black color attributes.