Gets the 0-based page index of the image being loaded.
            
            
            
            
            
            
            
            public int PageIndex {get;}
             
        
            
            'Declaration
 
Public ReadOnly Property PageIndex As Integer
             
        
            
            'Usage
 
Dim instance As ImageInfo
Dim value As Integer
 
value = instance.PageIndex
             
        
            
        
            
        
            
            public:
property int PageIndex {
   int get();
}
             
        
             
        
            
            
            Property Value
The 0-based page index of the loaded image.