ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearLoadingSelectionEx Class / ImGearLoadingSelectionEx Constructor
File selected in an open file dialog.
Format selected in an open file dialog.
Page index selected in an open file dialog.




In This Topic
    ImGearLoadingSelectionEx Constructor
    In This Topic
    Initializes a new instance of the ImGearLoadingSelectionEx class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal file As ImGearFile, _
       ByVal format As ImGearFormats, _
       ByVal pageIndex As Integer _
    )
    'Usage
     
    Dim file As ImGearFile
    Dim format As ImGearFormats
    Dim pageIndex As Integer
     
    Dim instance As New ImGearLoadingSelectionEx(file, format, pageIndex)
    public ImGearLoadingSelectionEx( 
       ImGearFile file,
       ImGearFormats format,
       int pageIndex
    )
    public: ImGearLoadingSelectionEx( 
       ImGearFile* file,
       ImGearFormats format,
       int pageIndex
    )
    public:
    ImGearLoadingSelectionEx( 
       ImGearFile^ file,
       ImGearFormats format,
       int pageIndex
    )

    Parameters

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