Pageflex Document Action API
SendToFront Method
Namespaces > Pageflex.Scripting > Shape > SendToFront()
Makes this shape last in its Container's draw order.
Syntax| C# | Visual Basic | Managed C++ |
public void SendToFront ()
Public Sub SendToFront
public: void SendToFront ()
RemarksIf 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)