Click or drag to resize

ImageMatchFileFormat Method

This method compares the specified image format with the current image format features.

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

Parameters

ImgFileFormat
Type: OmniPageCSDK.IproPlusIMF_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