IsProcess Property

Pageflex Document Action API

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

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)