ImageGear .NET - Updated
PageIndex Property




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearLoadingSelectionEx Class : PageIndex Property
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

Reference

ImGearLoadingSelectionEx Class
ImGearLoadingSelectionEx Members