TTMSFNCWXDocxDownloadAsBase64Event Event Type
Occurs after a document has been generated and returned as a Base64 encoded string.
API unit family: TMSFNCWXDocx
Remarks
The handler is informational and cannot cancel generation; the encoded data is available when the event fires.
Parameters
| Name | Description |
|---|---|
Sender |
The component that generated the document. |
ABase64 |
The generated document encoded as a Base64 string. Decode it to obtain the raw document bytes. |