SelectedPages
Swift
@frozen
enum SelectedPages
Pages that are selected for sharing in the sharing UI.
This acts like a resolved version of DocumentSharingConfiguration.PageOptions
.
-
Share only the current page displayed by the
PDFViewController
. -
Share a range of pages that the user selected using a picker.
Declaration
Swift
case range(selectedPageIndexes: IndexSet, document: Document)
-
Share whole documents.
Declaration
Swift
case all(documents: [Document])
-
Share only pages that contain annotations.
Declaration
Swift
case annotated(documents: [Document])