SendToBack Method

Pageflex Document Action API

Pageflex Document Action API SendToBack Method
Namespaces > Pageflex.Scripting > Shape > SendToBack()
Makes this shape first in its Container's draw order.
Syntax
C# Visual Basic Managed C++
public void SendToBack ()
Public Sub SendToBack
public:
void SendToBack ()
Remarks
If two shapes overlap, the shape which is later in the draw order appears on top.
Exceptions
Exception Condition
ShapeNotFixedException Draw order is only applicable to shapes with a fixed position.
ElementNotVisibleException The referenced shape is not Visible.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)