TTMSFNCGraphicsPDFIO Class
Drop-in PDF export component that renders the assigned export object to a PDF file using the standard graphics drawing API.
API unit family: TMSFNCGraphicsPDFEngine
Inherits from: TTMSFNCCustomGraphicsPDFIO
Syntax
TTMSFNCGraphicsPDFIO = class(TTMSFNCCustomGraphicsPDFIO)
Properties
| Name | Description |
|---|---|
| Version | Version string of the PDF IO component. (inherited from TTMSFNCCustomGraphicsPDFIO) |
Events
| Name | Description |
|---|---|
| OnCanCreateNewPage | Fires to determine whether a new PDF page may be created during multi-page export. (inherited from TTMSFNCCustomGraphicsPDFIO) |
| OnGetExportRect | Fires to supply a custom export rectangle, overriding the default content bounds for the export object. (inherited from TTMSFNCCustomGraphicsPDFIO) |