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