Images Property

Pageflex Document Action API

Pageflex Document Action API Images Property
Namespaces > Pageflex.Scripting > Document > Images
Gets all Image elements which are descendants of this element.
Syntax
C# Visual Basic Managed C++
public Image[] Images { get; }
Public ReadOnly Property Images As Image()
public:
virtual array<Image^>^ Images {
	array<Image^>^ get () sealed;
}
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)