FontsUsed Property

Pageflex Document Action API

Pageflex Document Action API FontsUsed Property
Namespaces > Pageflex.Scripting > ISearchable > FontsUsed
Gets the names of all font families used by this element and its descendants.
Syntax
C# Visual Basic Managed C++
public abstract string[] FontsUsed { get; }
Public MustOverride ReadOnly Property FontsUsed As String()
public:
virtual array<String^>^ FontsUsed {
	array<String^>^ get () abstract;
}
Remarks
Returns an array of Strings representing the names of font families 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)