A boolean attribute which indicates if this colour is used as spot colour.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool IsSpot { get; }
Visual Basic (Declaration)
ReadOnly Property IsSpot As Boolean
Visual C++
property bool IsSpot {
	bool get ();
}

See Also