PageStartSavingArgs
PageStartSavingArgs class
Info for a page starts saving process.
Properties
| Name | Type | Description |
|---|---|---|
| IsToOutput | boolean | Gets or sets a value indicating whether the page should be output. The default value is true. |
| PageIndex | int | Current page index, zero based. |
| PageCount | int | Total page count. |
PageStartSavingArgs.IsToOutput property
Gets or sets a value indicating whether the page should be output. The default value is true.
Type: boolean
PageStartSavingArgs.PageIndex property
Current page index, zero based.
Type: int
PageStartSavingArgs.PageCount property
Total page count.
Type: int