TPageEventArgs Class
Arguments passed on TFlexCelPdfExport.BeforeGeneratePage, TFlexCelPdfExport.BeforeNewPage and TFlexCelPdfExport.AfterGeneratePage
Syntax
Unit: FlexCel.Render
TPageEventArgs = class(EventArgs);
Constructors
| Name |
Description |
| Create |
Creates a new Argument.
|
Properties
| Name |
Description |
| PdfExport |
The FlexCelPdfExport component doing the export.
|
| Workbook |
ExcelFile we are exporting. Note that this might be a light clone of the workbook assigned to the FlexCelPdfExport component, so it might be different.
|
| DataFile |
The file with the pdf data.
|
| CurrentPage |
Page currently printing.
|
| CurrentPageInSheet |
Page currently printing on the sheet printing.
|
| CurrentSheet |
Sheet that is currently being printed.
|