PageCollection Properties
A collection of pages in a PDF document.| Name | Description |
|---|---|
| Count | Gets the number of pages in the collection. |
| IsReadOnly | Indicates whether the collection is read-only. |
| Item[Int32] | Gets or sets the page at the specified index. |
See Also