PageStartSavingArgs Class

PageStartSavingArgs class

Info for a page starts saving process.


type PageStartSavingArgs struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPageStartSavingArgsConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsToOutputGets or sets a value indicating whether the page should be output.The default value is true.
SetIsToOutputGets or sets a value indicating whether the page should be output.The default value is true.
GetPageIndexCurrent page index, zero based.
GetPageCountTotal page count.