TPDFlibMergeOutlineEvent
Data Types
Description
TPDFlibMergeOutlineEvent represents the method signature for the event handler invoked during outline (bookmark) tree merges. It enables application code to rename or exclude bookmarks dynamically.
Syntax
Delphi
type TPDFlibMergeOutlineEvent = procedure(Sender: TObject; SourceDocIndex: Integer; var Title: WideString; var Skip: Boolean) of object;Parameters
| Sender | L'oggetto TPDFlib che attiva il callback dell'evento |
|---|---|
| SourceDocIndex | The 1-based index of the source PDF document in the merge queue |
| Title | Un riferimento alla stringa del titolo del segnalibro; modificare questo valore per riscrivere il nome del segnalibro nella destinazione unita |
| Skip | Un riferimento a un flag booleano; impostare questo parametro su True per scartare questo nodo di struttura e il suo intero sottoalbero dal sommario del documento unito |