IsPageCountValid Property
 
            Gets a value indicating whether 
PageCount is the total number of pages.
 
            
            
            
            
            
            
            
            'Declaration
 
Public ReadOnly Property IsPageCountValid As Boolean
             
        
            
            public bool IsPageCountValid {get;}
             
        
             
        
            
            
            Property Value
true if pagination is complete and PageCount is the total number of pages; otherwise, false, if pagination is in process and PageCount is the number of pages currently formatted (not the total).