CreateMODCAFile Method

 

Description

Creates and opens for writing a new MO:DCA file.

The CreateMODCAFile, AddMODCAPage, and CloseMODCAFile functions can be used to create a new multi-page MO:DCA file.

Syntax

Handle = [BITIFF.] CreateMODCAFile FileName

Parameters

FileName

String

Full path to the MO:DCA file to write. If the file exists, it is overwritten.

Return Value

Handle to be used with the AddMODCAPage and CloseMODCAFile functions, or NULL on failure. Use the BiTiffGetLastErrort function to get the error code.