Table of Contents

TTMSFNCGraphicsPDFIO.OnCanCreateNewPage Event

Fires to determine whether a new PDF page may be created during multi-page export.

API unit family: TMSFNCGraphicsPDFEngine Declaring type: TTMSFNCGraphicsPDFIO Inherited from: TTMSFNCCustomGraphicsPDFIO

Syntax

OnCanCreateNewPage: TTMSFNCGraphicsPDFIOCanCreateNewPageEvent;

Parameters

Name Description
Sender The PDF I/O component that raised the event.
APDFLib The PDF library instance managing the current export.
AExportObject The export object describing the element being exported.
ACanCreate Set to False to suppress new-page creation; defaults to True.