TifMerge_MyImage
Adds each single image to the multi-Image file.
Syntax
bool TifMerge_MyImage ()
Parameters
None.Returns
False if the action’s ruleset is not applied to a Page object or if the corresponding image file for the current page cannot be found. Otherwise, True.Level
Page level.Details
Adds the current page image to the multi-Image TIF file. Actions that proceed the TifMerge_MyImage action allow you to specify under which conditions an image is to be added to the multi-Image file.A rule with this action can only be applied to a Page object. The output image file name and destination path must have been previously set using TifMerge_SetFileName and TifMerge_SetFilePath.
- Example
ChkDDCOStatus("0") TifMerge_MyImage()In this example, the ChkDCOStatus action checks that the status of the current page is “0”. If so, the image for the current page will be added to the multi-Image file.
If the current status of this page is not “0”, the rule will fail and the TifMerge_MyImage action will not be run; therefore, the current image will not be added to the multi-Image file.
This ChkDCOStatus action is used as an example. You can use many other actions to be sure the current image meets your merging criteria.