This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPostScriptColor Interface > IPostScriptColor.SpotColor Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL isSpot
);
[C++]
Parameters isSpot [out, retval] isSpot is a parameter of type VARIANT_BOOL isSpot [in] isSpot is a parameter of type VARIANT_BOOL