PageHistory Class

Aspose.Note for .NET API

PageHistory Class

Represents the page history.
Inheritance Hierarchy
SystemObject  Aspose.NotePageHistory

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
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.

Constructors
  NameDescription
Public methodPageHistory
Initializes a new instance of the PageHistory class.
Top
Properties
  NameDescription
Public propertyCount
Gets the count of the page versions in the page history.
Public propertyCurrent
Gets the current page version.
Public propertyIsReadOnly
Gets a value indicating whether the page history is read only.
Public propertyItem
Gets or sets the page version at the specified index of the PageHistory.
Top
Methods
  NameDescription
Public methodAdd
Adds the page version to the end of the PageHistory.
Public methodAddRange
Adds the page versions to the end of the PageHistory.
Public methodClear
Clears the page history.
Public methodContains
Determines whether the page history contains the page version.
Public methodCopyTo
Copies the page versions to an array, starting at the beginning.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through child nodes of the PageHistory.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific page version in the page history.
Public methodInsert
Inserts a page version into the page history.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the page version from the PageHistory.
Public methodRemoveAt
Removes the page version at the specified index of the PageHistory.
Public methodRemoveRange
Removes a range of the page versions from the PageHistory.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also