ITMSFNCCustomPDFInitializationLib Interface
Initialization interface for configuring the PDF graphics engine with page dimensions and canvas before drawing begins.
API unit family: TMSFNCPDFGraphicsLib
Extends: IInterface
Syntax
ITMSFNCCustomPDFInitializationLib = interface(IInterface)
Methods
| Name | Description |
|---|---|
| InitializeAppearance | Applies the current appearance settings to the PDF graphics engine in preparation for drawing. |
| NotifyNewPage | Signals the PDF engine that a new page has started so internal state can be reset. |
Events
| Name | Description |
|---|---|
| OnNotifyNewPage | Event raised internally when a new page is started; used by the PDF engine for state synchronization. |