Click or drag to resize

DocumentCDExport Method

This method saves an existing piece of custom data stored in the document to an external file specified by the FileName parameter.

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

Parameters

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

Custom data is identified by its name specified by the Name parameter, and 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.

When CD_STRDATA is exported, a UNICODE text file is always created.

See Also