PageEndSavingArgs Class
PageEndSavingArgs class
Info for a page ends saving process.
type PageEndSavingArgs struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetHasMorePages | Gets or sets a value indicating whether having more pages to be output.The default value is true. |
SetHasMorePages | Gets or sets a value indicating whether having more pages to be output.The default value is true. |
GetPageIndex | Current page index, zero based. |
GetPageCount | Total page count. |