Property Getters/Setters Summary | ||
---|---|---|
function | isToOutput() | |
function | setToOutput(value) | |
Gets or sets a value indicating whether the page should be output. The default value is true. | ||
function | getPageCount() | |
Total page count. | ||
function | getPageIndex() | |
Current page index, zero based. |
Property Getters/Setters Detail |
---|
isToOutput/setToOutput : boolean | |
function isToOutput() / function setToOutput(value) |
getPageIndex : Number | |
function getPageIndex() |
getPageCount : Number | |
function getPageCount() |