Aspose.Note for .Net
PageHistoryRemoveAt Method |
Removes the page version at the specified index of the PageHistory.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public void RemoveAt( int index )
Public Sub RemoveAt ( index As Integer )
public: virtual void RemoveAt( int index ) sealed
abstract RemoveAt : index : int -> unit override RemoveAt : index : int -> unit
Parameters
- index
- Type: SystemInt32
The index.
Implements
IListTRemoveAt(Int32)