The CMYK value of color.
[Visual Basic 6.0] Property CMYK As OLE_COLOR
[Visual Basic .NET] Public Property CMYK As Integer
[C#] public int CMYK {get; set;}
[Java] public OLECOLOR getCMYK() throws IOException, AutomationException
[Java] public void setCMYK( OLE_COLOR pLE_COLOR ) throws IOException, AutomationException
[C++]
HRESULT get_CMYK(
OLE_COLOR* CMYK
);
[C++] HRESULT put_CMYK( OLE_COLOR CMYK);
Parameters
CMYK [out, retval]
CMYK is a parameter of type OLE_COLOR
CMYK [in]
CMYK is a parameter of type OLE_COLOR
CMYK returns the Long (ASCII) number calculated from the Cyan, Magenta, Yellow and Black color attributes.