PageEndSavingArgs
PageEndSavingArgs class
Info for a page ends saving process.
Properties
| Name | Type | Description |
|---|---|---|
| HasMorePages | boolean | Gets or sets a value indicating whether having more pages to be output. The default value is true. |
| PageIndex | int | Current page index, zero based. |
| PageCount | int | Total page count. |
PageEndSavingArgs.HasMorePages property
Gets or sets a value indicating whether having more pages to be output. The default value is true.
Type: boolean
PageEndSavingArgs.PageIndex property
Current page index, zero based.
Type: int
PageEndSavingArgs.PageCount property
Total page count.
Type: int