Engine.IsMultiPageFormat 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
Syntaxpublic bool IsMultiPageFormat(
IMF_FORMAT ImgFileFormat
)
Public Function IsMultiPageFormat (
ImgFileFormat As IMF_FORMAT
) As Boolean
public:
bool IsMultiPageFormat(
[InAttribute] IMF_FORMAT ImgFileFormat
)
Parameters
- ImgFileFormat
- Type: Kofax.OmniPageCSDK.IproPlus.IMF_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