PageEndSavingArgs

PageEndSavingArgs class

Info for a page ends saving process.

Properties

NameTypeDescription
HasMorePagesbooleanGets or sets a value indicating whether having more pages to be output. The default value is true.
PageIndexintCurrent page index, zero based.
PageCountintTotal 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