TTMSFNCPDFLib.BeginDocument Method
Starts a new PDF document, optionally writing output directly to a file.
API unit family: TMSFNCPDFLib
Declaring type: TTMSFNCPDFLib
Inherited from: TTMSFNCCustomPDFLib
Syntax
procedure BeginDocument(FileName: String = '');
Parameters
| Name | Description |
|---|---|
FileName |
Target file path. Pass an empty string to generate an in-memory document retrieved later via EndDocument. |