asposecells.api

Class PageStartSavingArgs

Info for a page starts saving process.

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

    • Property Getters/Setters Detail

      • isToOutput/setToOutput : boolean 

        boolean isToOutput() / setToOutput(value)
        
        Gets or sets a value indicating whether the page should be output. The default value is true.
      • getPageIndex : int 

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

        int getPageCount()
        
        Total page count.