Pageflex Document Action API
EndUndoSection Method
Namespaces > Pageflex.Scripting > Document > EndUndoSection()
Ends the bracketing started by a BeginUndoSection(String) call and saves the set of operations on the undo stack.
Syntax| C# | Visual Basic | Managed C++ |
public void EndUndoSection ()
Public Sub EndUndoSection
public: void EndUndoSection ()
Exceptions| Exception | Condition |
|---|---|
| UndoDisabledException | UndoEnabled is falseFalsefalse. |
| UndoSectionNestingException | There was no matching call to BeginUndoSection(String). |
| StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)