pageSelectionOptions
Objective-C
@property (nonatomic) PSPDFDocumentSharingPagesOptions pageSelectionOptions;
Swift
var pageSelectionOptions: DocumentSharingConfiguration.PageOptions { get set }
Defaults to PSPDFDocumentSharingPagesOptionCurrent | PSPDFDocumentSharingPagesOptionRange | PSPDFDocumentSharingPagesOptionAll | PSPDFDocumentSharingPagesOptionAnnotated
.
-
Undocumented
Declaration
Objective-C
- (PSPDFDocumentSharingPagesOptions)pageSelectionOptions;
-
Undocumented
Declaration
Objective-C
- (void)setPageSelectionOptions: (PSPDFDocumentSharingPagesOptions)pageSelectionOptions;