ImageGear .NET - Updated October 26, 2017
ImGearLoadingSelection Constructor




ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearLoadingSelection Class : ImGearLoadingSelection Constructor
File selected in an open file dialog.
Format selected in an open file dialog.
Initializes a new instance of the ImGearLoadingSelection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal file As ImGearFile, _
   ByVal format As ImGearFormats _
)
 
'Usage
 
Dim file As ImGearFile
Dim format As ImGearFormats
 
Dim instance As New ImGearLoadingSelection(file, format)

Parameters

file
File selected in an open file dialog.
format
Format selected in an open file dialog.
See Also

Reference

ImGearLoadingSelection Class
ImGearLoadingSelection Members