This method deletes a custom data stream from the document.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void CDRemove(
CD_TYPE Type,
string Name
)
Public Sub CDRemove (
Type As CD_TYPE,
Name As String
)
public:
void CDRemove(
[InAttribute] CD_TYPE Type,
[InAttribute] 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