Class PageStartSavingArgs

PageStartSavingArgs class

Info for a page starts saving process.

public class PageStartSavingArgs : PageSavingArgs

Properties

NameDescription
IsToOutput { get; set; }Gets or sets a value indicating whether the page should be output. The default value is true.
PageCount { get; }Total page count.
PageIndex { get; }Current page index, zero based.

See Also