ITMSFNCGraphicsExport Interface
Interface implemented by controls that can render themselves to an external graphics context for export to PDF or print; the export pipeline calls
Exportwith a target graphics and rectangle.
API unit family: TMSFNCGraphics
Syntax
ITMSFNCGraphicsExport = interface
Methods
| Name | Description |
|---|---|
| ApplyExportScale | Applies a scaling factor to all drawing coordinates for the export pass. |
| ResetExportScale | Resets the export scale to 1.0 after an export pass completes. |