Click or drag to resize

ImageFileDeletePage Method

This method deletes the page specified by the Page parameter from the image file.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void DeletePage(
	int Page
)

Parameters

Page
Type: SystemInt32
Remarks

This method only re-writes the header structure of the file so that the given page is no longer in the page sequence. The physical removal of the page image data only happens when the Pack method is called.

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