PageEndSavingArgs Class

PageEndSavingArgs class

Info for a page ends saving process.


type PageEndSavingArgs struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPageEndSavingArgsConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetHasMorePagesGets or sets a value indicating whether having more pages to be output.The default value is true.
SetHasMorePagesGets or sets a value indicating whether having more pages to be output.The default value is true.
GetPageIndexCurrent page index, zero based.
GetPageCountTotal page count.