Description

The OnCloseFile event occurs each time a file we are creating is closed. By attaching to this event you can perform custom actions with the newly created file. File information, including page count and file location can be retrieved from the IPNDocConvQueueItemFile object passed to the event handler.

Syntax

objectName_OnCloseFile

where the IPNDocConvQueueItem object is declared with events.

Parameters

IPNDocConvQueueItemFile DocConvQueueItemFile

The IPNDocConvQueueItemFile object representing the file that was just closed and the conversion job it is part of.

See Also:

OnEndConversion OnEndImage OnEndJob OnEndPage OnGetNextOutputFileName

OnLogMessage OnOpenFile OnReportError OnStartConversion OnStartImage

OnStartJob OnStartPage