TImgPaintEventArgs Class
Arguments passed on Paint events.
Syntax
Unit: FlexCel.Render
TImgPaintEventArgs = class(EventArgs);
Constructors
Name |
Description |
Create |
Creates a new Argument.
|
Properties
Name |
Description |
Graphics |
Gets the graphics used to paint.
|
PageBounds |
Gets the rectangle in which to paint.
|
CurrentPage |
Gets the current page number.
|
CurrentPageInSheet |
Gets the current page number, relative to the active sheet.
|
TotalPages |
Gets the total number of pages available to export.
|