index(for:)
Gets the index number for the specified page.
Declaration
func index(for page: PDFPage) -> IntDiscussion
Indexes are zero-based. This method raises an exception and returns NSNotFound if page is not found.
Gets the index number for the specified page.
func index(for page: PDFPage) -> IntIndexes are zero-based. This method raises an exception and returns NSNotFound if page is not found.