This document is archived and information here might be outdated.  Recommended version.


IPostScriptColor.SpotColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPostScriptColor Interface > IPostScriptColor.SpotColor Property
ArcGIS Developer Help

IPostScriptColor.SpotColor Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPostScriptColor Interface