public class PageStartSavingArgs
Property Getters/Setters Summary | ||
---|---|---|
boolean | isToOutput() | |
void | setToOutput(booleanvalue) | |
Gets or sets a value indicating whether the page should be output. The defualt value is true. | ||
int | getPageCount() | |
Total page count.
|
||
int | getPageIndex() | |
Current page index, zero based.
|
public boolean isToOutput() / public void setToOutput(boolean value)
public int getPageIndex()
public int getPageCount()