ESRI.ArcGIS.ADF.ArcGISServer
IsSpot Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > CmykColor Class : IsSpot Property




Indicates if the color is a spot color.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property IsSpot As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CmykColor
Dim value As Boolean
 
instance.IsSpot = value
 
value = instance.IsSpot
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public bool IsSpot {get; set;}

See Also

© 2010 All Rights Reserved.