Click or drag to resize

PageCDRemove Method

This method deletes a custom data stream from the page.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void CDRemove(
	CD_TYPE Type,
	string Name
)

Parameters

Type
Type: Kofax.OmniPageCSDK.IproPlusCD_TYPE
Name
Type: SystemString
Remarks

Custom data is identified by its name, specified by the Name parameter and by its type, specified by the Type parameter as in the description of the CDImport method of the Document object.

The only available types for the page object are CD_STRDATA and CD_BINDATA. If a custom data stream with the specified name and type cannot be found in the page, a trappable error occurs.

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

See Also