TifMerge_SetFilePath

Sets the path for the multi-Image file.

Syntax

bool TifMerge_SetFilePath (strParam)

Parameters

String value for the output path of the multi-Image TIF file. Smart parameters are supported.

Returns

False if the specified drive does not exist or the path cannot be created. Otherwise, True.

Level

All.

Details

Sets the path for where the multi-Image file will be created. If the folder designated in the parameter does not exist, the action will create the folder in which the TIF file will be placed.

Usually, a rule containing this action applies to a Batch object or Document object of the Document Hierarchy, but can apply to a Page or Field object.

Example
TifMerge_SetFileName("Doc_+@ID+@DATE(dd.mm.yyyy)")
TifMerge_SetFilePath("c:\ParentDir\Invoice\MultiImage")
TifMerge_MergeImages("All")