Table of Contents

PageEventArgs.PageEventArgs Constructor

Creates a new Argument.

Syntax

Namespace: FlexCel.Render

public PageEventArgs(FlexCelPdfExport aPdfExport, ExcelFile aWorkbook, Int32 aCurrentSheet, PdfWriter aPdfWriter, Int32 aCurrentPage, Int32 aCurrentPageInSheet)

Parameters

<-> Parameter Type Description
aPdfExport FlexCelPdfExport The PdfExport component which is doing the export.
aWorkbook ExcelFile Excel file that is being exported.
aCurrentSheet Int32 Sheet that we are currently exporting.
aPdfWriter PdfWriter The file we are processing.
aCurrentPage Int32 The page that is being generated.
aCurrentPageInSheet Int32 The page in the current sheet that is being generated.

See also