ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    ImGearLoadingSelection Constructor
    In This Topic
    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