SendToFront Method
From Pageflex Document Action API
Pageflex Document Action API
SendToFront Method
Namespaces > Pageflex.Scripting > Shape > SendToFront()
Makes this shape last in its Container's draw order.
| C# | Visual Basic | Managed C++ |
public void SendToFront ()
Public Sub SendToFront
public: void SendToFront ()
If two shapes overlap, the shape which is later in the draw order appears on top.
| 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)