This document is archived and information here might be outdated. Recommended version. |
Indicates if the color is a spot color.
[Visual Basic .NET]
Public Property SpotColor As Boolean
[C#]
public bool SpotColor {get; set;}
[C++]
HRESULT get_SpotColor(
VARIANT_BOOL isSpot
);
[C++]
HRESULT put_SpotColor(
Boolean* isSpot
);
[C++] Parameters isSpot [in]
isSpot is a parameter of type bool isSpot [out, retval]
isSpot is a parameter of type bool*