IsSpot Property

Pageflex Document Action API

Pageflex Document Action API IsSpot Property
Namespaces > Pageflex.Scripting > Color > IsSpot
Returns trueTruetrue if the color is a spot color; falseFalsefalse if it is a process color.
Syntax
C# Visual Basic Managed C++
public bool IsSpot { get; }
Public ReadOnly Property IsSpot As Boolean
public:
bool IsSpot {
	bool get ();
}
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)