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




In This Topic
    PageIndex Property
    In This Topic
    Gets the 0 based page index selected when using the FileOpenDialog launched by ImGearWinForms.SelectLocalFileToLoadEx method.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageIndex As Integer
    'Usage
     
    Dim instance As ImGearLoadingSelectionEx
    Dim value As Integer
     
    value = instance.PageIndex
    public int PageIndex {get;}
    public: __property int get_PageIndex();
    public:
    property int PageIndex {
       int get();
    }

    Property Value

    Integer value.
    See Also