Click or drag to resize

EngineIsMultiPageFormat Method

This helper method returns True if the image format specified by the ImgFileFormat parameter supports multi-page images (that is, a single image file can hold more than one page).

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool IsMultiPageFormat(
	IMF_FORMAT ImgFileFormat
)

Parameters

ImgFileFormat
Type: Kofax.OmniPageCSDK.IproPlusIMF_FORMAT

Return Value

Type: Boolean
Remarks

Possible values of IMF_FORMAT are listed under the IMF_FORMAT Enumeration topic.

If the Engine is not initialized, calling this method raises a trappable error.

See Also