Click or drag to resize

PdfPageCollection Properties

The PdfPageCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets total number of pages in a PDF document
Public propertyCurrentIndex Gets or sets the current index of a page in PdfPageCollection
Public propertyCurrentPage Gets the current PdfPage item by CurrentIndex
Public propertyIsDisposed Gets a value indicating whether the object has been disposed of.

Field Value

true if the control has been disposed of; otherwise, false.
Public propertyItem Gets the page at the specified index.
Top
See Also