ITMSFNCCustomPDFLib.BeginDocument Method
Begins a new PDF document, optionally writing to the specified file path; pass an empty string to work in memory only.
API unit family: TMSFNCPDFLib
Declaring type: ITMSFNCCustomPDFLib
Syntax
procedure BeginDocument(FileName: String = '');
Parameters
| Name | Description |
|---|---|
FileName |
Destination file path for the output PDF, or an empty string for in-memory generation. |