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


IPostScriptColor.SpotPercentage 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.SpotPercentage Property
ArcGIS Developer Help

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(
  System.Int16* percent
);
[C++]
Parameters
percent [in]

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

Product Availability

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

See Also

IPostScriptColor Interface