Images Property

Pageflex Document Action API

Pageflex Document Action API Images Property
Namespaces > Pageflex.Scripting > ISearchable > Images
Gets all Image elements which are descendants of this element.
Syntax
C# Visual Basic Managed C++
public abstract Image[] Images { get; }
Public MustOverride ReadOnly Property Images As Image()
public:
virtual array<Image^>^ Images {
	array<Image^>^ get () abstract;
}
Remarks
Returns an array of Image objects representing the images which are descendants of this element.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)