This document is archived and information here might be outdated. Recommended version. |
Indicates if there is a page layout extent that can be redone.
[Visual Basic .NET]
Public ReadOnly Property CanRedoExtent As Boolean
[C#]
public bool CanRedoExtent {get;}
Whenever the extent of the page layout changes the previous extent is placed onto an extent stack. It is possible to navigate backwards and forwards through any extents in the extent stack.
CanRedoExtent indicates if there is an ARPageLayout extent that can be redone. Use the property before using the RedoExtent method.
IARPageLayout Interface | IARPageLayout.UndoExtent Method | IARPageLayout.RedoExtent Method