Click or drag to resize

DocumentCDRemove Method

This method deletes a custom data stream from the document.

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, its type specified by the Type parameter as documented in the description of the CDImport method. If a custom data stream with the specified name and type is not found in the document, a trappable error occurs.

Calling this method sets the Modified property to True.

See Also