page(at:)
Returns the page at the specified index number.
Declaration
func page(at index: Int) -> PDFPage?Discussion
Indexes are zero based. This method raises an exception if index is out of bounds.
Returns the page at the specified index number.
func page(at index: Int) -> PDFPage?Indexes are zero based. This method raises an exception if index is out of bounds.