The Pages type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Pages |
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| AddPage |
Adds a new page to the collection.
| |
| AddRange | ||
| ChangePage | Overloaded. | |
| ClonePageImages |
Returns an array of page image clones
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetPage |
Returns the page with the specified (0-based) index, or null if there is no such page.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Insert | ||
| InsertRange | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnClear | (Overrides CollectionBase..::.OnClear()()().) | |
| OnClearComplete | (Overrides CollectionBase..::.OnClearComplete()()().) | |
| OnInsert | (Overrides CollectionBase..::.OnInsert(Int32, Object).) | |
| OnInsertComplete | (Overrides CollectionBase..::.OnInsertComplete(Int32, Object).) | |
| OnRemove | (Overrides CollectionBase..::.OnRemove(Int32, Object).) | |
| OnRemoveComplete | (Overrides CollectionBase..::.OnRemoveComplete(Int32, Object).) | |
| OnSet | (Overrides CollectionBase..::.OnSet(Int32, Object, Object).) | |
| OnSetComplete | (Overrides CollectionBase..::.OnSetComplete(Int32, Object, Object).) | |
| OnValidate | (Overrides CollectionBase..::.OnValidate(Object).) | |
| Remove | ||
| RemoveRange | ||
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| IsEmpty | ||
| Item | ||
| List |
Gets an IList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.) | |
| NoRedraw | ||
| PreviewPane |