Aspose.Note for .Net
PageHistory Class |
Represents the page history.

Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public class PageHistory : IList<Page>, ICollection<Page>, IEnumerable<Page>, IEnumerable
Public Class PageHistory Implements IList(Of Page), ICollection(Of Page), IEnumerable(Of Page), IEnumerable
public ref class PageHistory : IList<Page^>, ICollection<Page^>, IEnumerable<Page^>, IEnumerable
type PageHistory = class interface IList<Page> interface ICollection<Page> interface IEnumerable<Page> interface IEnumerable end
The PageHistory type exposes the following members.

Name | Description | |
---|---|---|
![]() | PageHistory |
Initializes a new instance of the PageHistory class.
|

Name | Description | |
---|---|---|
![]() | Count |
Gets the count of the page versions in the page history.
|
![]() | Current |
Gets the current page version.
|
![]() | IsReadOnly |
Gets a value indicating whether the page history is read only.
|
![]() | Item |
Gets or sets the page version at the specified index of the PageHistory.
|

Name | Description | |
---|---|---|
![]() | Add |
Adds the page version to the end of the PageHistory.
|
![]() | AddRange |
Adds the page versions to the end of the PageHistory.
|
![]() | Clear |
Clears the page history.
|
![]() | Contains |
Determines whether the page history contains the page version.
|
![]() | CopyTo |
Copies the page versions to an array, starting at the beginning.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through child nodes of the PageHistory.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific page version in the page history.
|
![]() | Insert |
Inserts a page version into the page history.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the page version from the PageHistory.
|
![]() | RemoveAt |
Removes the page version at the specified index of the PageHistory.
|
![]() | RemoveRange |
Removes a range of the page versions from the PageHistory.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
