Click or drag to resize

ImageFileDespeckle Method

This method performs adaptive noise removal on a B/W page.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Despeckle(
	[OptionalAttribute] int Page
)

Parameters

Page (Optional)
Type: SystemInt32
Remarks

If this method is called for a color or grayscale page, no transformation is performed. If the optional Page Long parameter is unspecified or -1 the first page is processed. Otherwise, the page specified by the Page index parameter is processed.

This method can only be used with multi-page image TIFF files. A further requirement is that the pages in the multi-page TIFF file must be stored in one-strip format and the StripBytesCount TIFF tag must exist in the page header. TIFF image files created by the Capture SDK fulfill this requirement.

See Also