Image.MatchFileFormat Method
|
This method compares the specified image format with the current image format features.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool MatchFileFormat(
IMF_FORMAT ImgFileFormat
)
Public Function MatchFileFormat (
ImgFileFormat As IMF_FORMAT
) As Boolean
public:
bool MatchFileFormat(
[InAttribute] IMF_FORMAT ImgFileFormat
)
Parameters
- ImgFileFormat
- Type: Kofax.OmniPageCSDK.IproPlus.IMF_FORMAT
Return Value
Type:
Boolean
Remarks
This method returns True if the image can be saved to a format specified by the Format parameter. Available values for IMF_FORMAT are listed under
the IMF_FORMAT Enumeration topic.
See Also