Returns the page at the specified index number.
Original signature is '- (PDFPage *)pageAtIndex:(NSUInteger)index'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual PDFPage PageAtIndex( NSUInteger index )
Public Overridable Function PageAtIndex ( _ index As NSUInteger _ ) As PDFPage
public: virtual PDFPage^ PageAtIndex( NSUInteger index )

- index (NSUInteger)
- MISSING

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFDocument.PageAtIndex(Monobjc.Foundation.NSUInteger)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)