This document is archived and information here might be outdated. Recommended version. |
Generates export information for a CMYK-color.
[Visual Basic .NET] Public Sub SetCmykColor ( _ ByVal pDisplay As IDisplay, _ ByVal cmykColor As Integer, _ ByVal SpotColor As Boolean, _ ByVal ColorType As Integer _ )
[C#] public void SetCmykColor ( IDisplay pDisplay, int cmykColor, bool SpotColor, int ColorType );
[C++]
HRESULT SetCmykColor(
IDisplay* pDisplay,
OLE_COLOR cmykColor,
VARIANT_BOOL SpotColor,
long ColorType
);
[C++] Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay* cmykColor [in]
cmykColor is a parameter of type OLE_COLOR SpotColor
SpotColor is a parameter of type bool ColorType
ColorType is a parameter of type long