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.

Methods

MethodDescription
isToOutput()Gets or sets a value indicating whether the page should be output. The default value is true.
setIsToOutput(boolean)Gets or sets a value indicating whether the page should be output. The default value is true.
isNull()Checks whether the implementation object is null.
getPageIndex()Current page index, zero based.
getPageCount()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;

setIsToOutput(boolean)

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

setIsToOutput(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getPageIndex()

Current page index, zero based.

getPageIndex() : number;

getPageCount()

Total page count.

getPageCount() : number;