PageStartSavingArgs Class
PageStartSavingArgs class
Info for a page starts saving process.
type PageStartSavingArgs struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| IsToOutput | Gets or sets a value indicating whether the page should be output.The default value is true. |
| SetIsToOutput | Gets or sets a value indicating whether the page should be output.The default value is true. |
| GetPageIndex | Current page index, zero based. |
| GetPageCount | Total page count. |