TTMSFNCWXPDFViewerGenerateImagePage Event Type
Event signature raised when the active page has been rendered to an image.
API unit family: TMSFNCWXPDFViewer
Parameters
| Name | Description |
|---|---|
Sender |
The viewer that raised the event. |
ImgWidth |
The width of the generated image in pixels. |
ImgHeight |
The height of the generated image in pixels. |
Base64ImgPage |
The generated page image encoded as a Base64 string. |