allowedDragTypes
Objective-C
@property (nonatomic) PSPDFDragType allowedDragTypes;
Swift
var allowedDragTypes: DragAndDropConfiguration.DragType { get set }
See
PSPDFDragAndDropConfiguration.allowedDragTypes.-
Undocumented
Declaration
Objective-C
- (PSPDFDragType)allowedDragTypes;
-
Undocumented
Declaration
Objective-C
- (void)setAllowedDragTypes:(PSPDFDragType)allowedDragTypes;