TTMSFNCPDFGraphicsLibOutputWriter.OnNotifyText Event
Fired when text content is added, allowing the caller to capture plain text for accessibility or search.
API unit family: TMSFNCPDFCoreLibBase
Declaring type: TTMSFNCPDFGraphicsLibOutputWriter
Syntax
OnNotifyText: TTMSFNCPDFGraphicsLibOutputWriterNotifyTextEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The output writer that emitted the text. |
AValue |
The plain-text string added to the content stream. |