IsCmyk Property

Pageflex Document Action API

Pageflex Document Action API IsCmyk Property
Namespaces > Pageflex.Scripting > Color > IsCmyk
Returns trueTruetrue if the color is defined by cyan, magenta, yellow, and black components; falseFalsefalse otherwise.
Syntax
C# Visual Basic Managed C++
public bool IsCmyk { get; }
Public ReadOnly Property IsCmyk As Boolean
public:
bool IsCmyk {
	bool get ();
}
Remarks
For a given color, either IsCmyk or IsRgb will return trueTruetrue, but not both.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)