Table of Contents

TTMSFNCCustomPDFLib.BeginDocument Method

Starts a new PDF document, optionally writing output directly to a file.

API unit family: TMSFNCPDFLib Declaring type: 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.