GetBookmarkInformationArgs.GetBookmarkInformationArgs Constructor
Creates a new Argument.
Syntax
Namespace: FlexCel.Render
public GetBookmarkInformationArgs(PdfWriter aPdfWriter, Int32 aCurrentPage, Int32 aCurrentPageInSheet, TBookmark aBookmark)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aPdfWriter | PdfWriter | The file we are processing. | |
aCurrentPage | Int32 | The page that is being generated. 0 means the global bookmark parent of all the sheets. | |
aCurrentPageInSheet | Int32 | The page that is being generated, relative to the sheet. | |
aBookmark | TBookmark | Bookmark that we are about to include. you can customize it on this event. |