'Declaration <CategoryAttribute("File Open Options")> Public Property DragDropOpen As Boolean
'Usage Dim instance As PageView Dim value As Boolean instance.DragDropOpen = value value = instance.DragDropOpen
'Declaration <CategoryAttribute("File Open Options")> Public Property DragDropOpen As Boolean
'Usage Dim instance As PageView Dim value As Boolean instance.DragDropOpen = value value = instance.DragDropOpen
Default value is false.
When true, dragging a file onto the PageView will trigger opening of the file and associating it with the PageView.
The OpenImages, OpenAnnotations, DefaultPageNumber, CreateNewPageDisplayForImage, and OpenDocument properties can be used to control default loading behavior. In addition the FileOpening event can be used to control loading and FileOpened event can be used to get the results of loading.