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


IPostScriptColor.SpotColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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(
  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

Product Availability

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

See Also

IPostScriptColor Interface