PageStartSavingArgs

PageStartSavingArgs class

Info for a page starts saving process.

class PageStartSavingArgs extends PageSavingArgs;

Constructors

NameDescription
constructor(PageSavingArgs)Constructs from a parent object convertible to this.

Properties

PropertyTypeDescription
isToOutputbooleanGets or sets a value indicating whether the page should be output. The default value is true.
pageIndexnumberReadonly. Current page index, zero based.
pageCountnumberReadonly. Total page count.

constructor(PageSavingArgs)

Constructs from a parent object convertible to this.

constructor(obj: PageSavingArgs);

Parameters:

ParameterTypeDescription
objPageSavingArgsThe parent object.

isToOutput

Gets or sets a value indicating whether the page should be output. The default value is true.

isToOutput : boolean;

pageIndex

Readonly. Current page index, zero based.

pageIndex : number;

pageCount

Readonly. Total page count.

pageCount : number;