ImageGear Professional for Windows ActiveX
DropFiles Event

Description:

Fires when the user drops files on the control's window.

Syntax:

Sub IGPageCtl_DropFiles(FileList as Variant)

Parameters:

Name Description
FileList An array with the dropped file names.

Example:

 
Copy Code
`Get the first file on the list and load it to the page view
control
Private Sub IGPageViewCtl1_DropFiles(ByVal FileList As Variant)
Me.IGFormatsCtl1.LoadPageFromFile IGPage, FileList(0), 0
IGPageViewCtl1.UpdateView
End Sub

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback