AppendImage

Concatenates the current image to the bottom of an existing image.

Syntax

bool AppendImage ()

Parameters

None.

Returns

True, if the current page is successfully concatenated with the previous page. Otherwise, False.

Level

Page level.

Details

This action concatenates the image for the current page to the bottom of the previous image that is processed by a call to AppendImage_StartAsNew or AppendImage. If AppendImage_StartAsNew is not called, then the first image that is encountered is treated as the starting image.

If images are appended before recognition, the entire page area is recognized and click-n-key enabled.

The image must be a TIFF. See AppendImage_StartAsNew for details.

Example:
AppendImage()