PageEventArgs Class
Arguments passed on FlexCelPdfExport.BeforeGeneratePage, FlexCelPdfExport.BeforeNewPage and FlexCelPdfExport.AfterGeneratePage
Syntax
Namespace: FlexCel.Render
public class PageEventArgs: EventArgs
Constructors
Name | Description |
---|---|
PageEventArgs | 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. |
File | 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. |