ImageGear .NET v24.12 - Updated
ImGearLoadingSelection Constructor




ImageGear24.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)
public ImGearLoadingSelection( 
   ImGearFile file,
   ImGearFormats format
)
public: ImGearLoadingSelection( 
   ImGearFile* file,
   ImGearFormats format
)
public:
ImGearLoadingSelection( 
   ImGearFile^ file,
   ImGearFormats 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