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


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

IPostScriptColor.SpotPercentage Property

The saturation of the spot plate.

[Visual Basic .NET]
Public Property SpotPercentage As Short
[C#]
public short SpotPercentage {get; set;}
[C++]
HRESULT get_SpotPercentage(
  short* percent
);
[C++]
HRESULT put_SpotPercentage(
  short percent
);
[C++]

Parameters percent [out, retval] percent is a parameter of type short percent [in] percent is a parameter of type short

Product Availability

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

See Also

IPostScriptColor Interface