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.
PageIndexNumberCurrent page index, zero based.
PageCountNumberTotal 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: Number

PageStartSavingArgs.PageCount property

Total page count.

Type: Number