TMS FNC WX Docx Viewer — Guides
Loading documents
Use LoadFromFile to load from a local path, or LoadFromBase64 to load from a Base64-encoded DOCX string received from a service.
Display options
Access the Options property of type TTMSFNCWXDocxViewerOptions to control rendering details such as zoom level and page layout.
Handling link clicks
Assign OnLinkClicked to intercept hyperlinks inside the document. The event parameter contains the URL, allowing you to open it in a browser or handle it in code.
Page navigation
Handle OnPageChanged to respond when the displayed page changes. Use OnDocumentRendered to know when the full rendering pass has completed.