PageEndSavingArgs
Contents
[
Hide
]PageEndSavingArgs class
Info for a page ends saving process.
class PageEndSavingArgs extends PageSavingArgs;
Constructors
| Name | Description |
|---|---|
| constructor(PageSavingArgs) | Constructs from a parent object convertible to this. |
Properties
| Property | Type | Description |
|---|---|---|
| hasMorePages | boolean | Gets or sets a value indicating whether having more pages to be output. The default value is true. |
| pageIndex | number | Readonly. Current page index, zero based. |
| pageCount | number | Readonly. Total page count. |
constructor(PageSavingArgs)
Constructs from a parent object convertible to this.
constructor(obj: PageSavingArgs);
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | PageSavingArgs | The parent object. |
hasMorePages
Gets or sets a value indicating whether having more pages to be output. The default value is true.
hasMorePages : boolean;
pageIndex
Readonly. Current page index, zero based.
pageIndex : number;
pageCount
Readonly. Total page count.
pageCount : number;