PageHistory.RemoveAt Method

Aspose.Note for .NET API

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
Syntax
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)
See Also