The PageDataCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PageDataCollection | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clear |
Remove all items in list
| |
| Contains | Overloaded. | |
| Copy |
Make a deep copy of collection
| |
| CopyTo |
Copies the elements to an PageData Array, starting at a particular Array index.
| |
| Equals | (Inherited from Object.) | |
| Exists | Overloaded. | |
| 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.) | |
| Find | Overloaded. | |
| GetEnumerator |
Returns enumerator for this collection
| |
| 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 | Overloaded. | |
| Insert | Overloaded. | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove | Overloaded. | |
| RemoveAt |
Remove page from collection
| |
| RemoveRange |
Remove multiple pages from collection
| |
| ShallowCopy |
Make a shallow copy of collection
| |
| Sort |
Sorts all the elements in the collection
| |
| ToRawPageArray |
Returns array of RawPage elements
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Number of pages in collection
| |
| IsFixedSize |
Gets a value indicating whether the PageDataCollection has a fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the ICollection is read-only (defalut value is false).
| |
| IsSynchronized |
Gets a value indicating whether access is synchronized (thread-safe).
| |
| Item |
Access PageData objects using index
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the internal collection.
|