ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback