selectedPages
Returns an array of PDF pages that correspond to the selected thumbnails in the thumbnail view.
Declaration
var selectedPages: [PDFPage]? { get }Return Value
An array of PDF pages that correspond to the thumbnails selected in the thumbnail view.
Discussion
If the thumbnail view allows multiple selections (if allowsMultipleSelection returns true), you can use this method to get the PDF pages that correspond to the selected thumbnails.