ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearLoadingSelectionEx Class
Members




In This Topic
    ImGearLoadingSelectionEx Class
    In This Topic
    This class identifies a file, format and page index selected in the open file dialog with preview shown by the ImGearWinForms.SelectLocalFileToLoadEx method.
    Object Model
    ImGearLoadingSelectionEx Class
    Syntax
    'Declaration
     
    Public Class ImGearLoadingSelectionEx 
       Inherits ImGearLoadingSelection
    'Usage
     
    Dim instance As ImGearLoadingSelectionEx
    public class ImGearLoadingSelectionEx : ImGearLoadingSelection 
    public __gc class ImGearLoadingSelectionEx : public ImGearLoadingSelection 
    public ref class ImGearLoadingSelectionEx : public ImGearLoadingSelection 
    Inheritance Hierarchy

    System.Object
       ImageGear.Windows.Forms.ImGearLoadingSelection
          ImageGear.Windows.Forms.ImGearLoadingSelectionEx

    See Also