ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > EditUndoCount Method |
Returns the number of actions recorded in the stack. ART maintains an "undo stack" (once your application calls EditUndoRecord Method( True )), which records each time a mark is created, modified, selected or deleted.
EditUndoCount() As Long
The number of reversible actions in the "undo stack".
N/A
None