Contents

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.

See Also

Working with Pages