Creates a new Argument.
Syntax
Unit: FlexCel.Render
constructor TGetBookmarkInformationArgs.Create(const aPdfWriter: TPdfWriter; const aCurrentPage: Integer; const aCurrentPageInSheet: Integer; const aBookmark: TBookmark);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aPdfWriter |
TPdfWriter |
The file we are processing. |
const |
aCurrentPage |
Integer |
The page that is being generated. 0 means the global bookmark parent of all the sheets. |
const |
aCurrentPageInSheet |
Integer |
The page that is being generated, relative to the sheet. |
const |
aBookmark |
TBookmark |
Bookmark that we are about to include. you can customize it on this event. |
See also