TTMSFNCPDFGraphicsLibOutputWriter.OnNotifyURL Event
Fired when a hyperlink annotation is emitted, allowing the caller to register it in the PDF annotation list.
API unit family: TMSFNCPDFCoreLibBase
Declaring type: TTMSFNCPDFGraphicsLibOutputWriter
Syntax
OnNotifyURL: TTMSFNCPDFGraphicsLibOutputWriterNotifyURLEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The output writer that emitted the hyperlink. |
ARect |
The bounding rectangle of the hyperlink annotation in PDF user space. |
AURL |
The URL string the hyperlink points to. |