asposecells.api

Class PageEndSavingArgs

Info for a page ends saving process.

Property Getters/Setters Summary
methodhasMorePages()
method
           Gets or sets a value indicating whether having more pages to be output. The default value is true.
methodgetPageCount()
Total page count.
methodgetPageIndex()
Current page index, zero based.
 

    • Property Getters/Setters Detail

      • hasMorePages/setHasMorePages : boolean 

        boolean hasMorePages() / setHasMorePages(value)
        
        Gets or sets a value indicating whether having more pages to be output. The default value is true.
      • getPageIndex : int 

        int getPageIndex()
        
        Current page index, zero based.
      • getPageCount : int 

        int getPageCount()
        
        Total page count.