| Name | Description | |
|---|---|---|
|  | Count | Gets the number of pages contained in the document. | 
|  | IsFixedSize | Gets a value indicating whether the Array has a fixed size. | 
|  | IsReadOnly | Gets a value indicating whether the Array is read-only. | 
|  | IsSynchronized | Gets a value indicating whether access to the Array is synchronized (thread-safe). | 
|  | Item | Gets or sets the page at the specified index. | 
|  | SyncRoot | Gets an object that can be used to synchronize access to the Array. | 

