Name | Description | |
---|---|---|
![]() | PagesCollection<T> Constructor | Overloaded. |
The following tables list the members exposed by PagesCollection<T>.
Name | Description | |
---|---|---|
![]() | PagesCollection<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the System.Collections.ICollection. |
![]() | Document | |
![]() | FileVersion | |
![]() | Fonts | Summary description for Fonts Property. |
![]() | IsFixedSize | Gets a value indicating whether the System.Collections.IList has a fixed size. |
![]() | IsReadOnly | Gets a value indicating whether the System.Collections.IList is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). |
![]() | Item | Returns a Page object at specified index in the PagesCollection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Add a new item into the cache. |
![]() | AddRange | Overloaded. Overloaded: Adds the elements of an array of Pages to the end of the PagesCollection. |
![]() | Clear | Removes all the Page objects from the PagesCollection. |
![]() | Clone | Creates a shallow copy of the PagesCollection. |
![]() | Contains | Overloaded. Determines whether the System.Collections.IList contains a specific value. |
![]() | CopyTo | Overloaded. Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. |
![]() | Dispose | Disposes Page objects from PagesCollection. |
![]() | IndexOf | Overloaded. Determines the index of a specific item in the System.Collections.IList. |
![]() | Insert | Overloaded. Inserts an item to the System.Collections.IList at the specified index. |
![]() | InsertNew | Inserts a new Page element into the PagesCollection at the specified index. |
![]() | InsertRange | Overloaded. Overloaded: Inserts the elements from PageCollections objects into the PagesCollection at the specified index. |
![]() | Remove | Overloaded. Removes the first occurrence of a specific object from the System.Collections.IList. |
![]() | RemoveAt | Removes the System.Collections.IList item at the specified index. |