ColorsUsed Property

Pageflex Document Action API

Pageflex Document Action API ColorsUsed Property
Namespaces > Pageflex.Scripting > Page > ColorsUsed
Gets the names of all Colors used by this element and its descendants.
Syntax
C# Visual Basic Managed C++
public string[] ColorsUsed { get; }
Public ReadOnly Property ColorsUsed As String()
public:
virtual array<String^>^ ColorsUsed {
	array<String^>^ get () sealed;
}
Remarks
Returns an array of Strings representing the names of colors used by this element and its descendants.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)