PageStartSavingArgs

PageStartSavingArgs class

Info for a page starts saving process.

Properties

NameTypeDescription
IsToOutputbooleanGets or sets a value indicating whether the page should be output. The default value is true.
PageIndexintCurrent page index, zero based.
PageCountintTotal 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