Table of Contents

GetBookmarkInformationEventHandler Delegate

This event will happen each time a PDF bookmark is automatically added by FlexCel. You can use it to customize the bookmark, for example change the font color or style.

Syntax

Namespace: FlexCel.Render

public delegate void GetBookmarkInformationEventHandler(Object sender, GetBookmarkInformationArgs e)

Parameters

<-> Parameter Type Description
sender Object
e GetBookmarkInformation​Args