TTMSFNCPDFGraphicsLibOutputWriter.OnNotifyGoTo2 Event
Fired when a page-index internal link is emitted, allowing the caller to register it in the PDF annotation list.
API unit family: TMSFNCPDFCoreLibBase
Declaring type: TTMSFNCPDFGraphicsLibOutputWriter
Syntax
OnNotifyGoTo2: TTMSFNCPDFGraphicsLibOutputWriterNotifyGoTo2Event;
Parameters
| Name | Description |
|---|---|
Sender |
The output writer that emitted the internal link. |
ARect |
The bounding rectangle of the link annotation in PDF user space. |
APageIndex |
Zero-based index of the target page. |
AOptions |
Additional options string for the link destination. |