Click or drag to resize

ImageInvert Method

This method inverts the specified area of the page.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Invert(
	ref IPRORECT Rect
)

Parameters

Rect
Type: Kofax.OmniPageCSDK.IproPlusIPRORECT
Remarks

For more on the Rect parameter see the description of the Invert method of the ImageFile object.

Note that calling this method clears any existing recognition results. The OCRZones and Characters collections are cleared. The CharNum, WordNum, RejectedCharNum, RecognitionTime and FullRecognitionTime properties of the Statistics object are set to zero, the Recognized property of the Page object is set to False. This method de-skews all the stored image variants.

Calling this method sets the Modified property of the related Document to True.

See Also