IsRgb Property

Pageflex Document Action API

Pageflex Document Action API IsRgb Property
Namespaces > Pageflex.Scripting > Color > IsRgb
Returns trueTruetrue if the color is defined by red, green, and blue components; falseFalsefalse otherwise.
Syntax
C# Visual Basic Managed C++
public bool IsRgb { get; }
Public ReadOnly Property IsRgb As Boolean
public:
bool IsRgb {
	bool get ();
}
Remarks
For a given color, either IsRgb or IsCmyk 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)