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
Syntaxpublic void CDExport(
CD_TYPE Type,
string Name,
string FileName
)
Public Sub CDExport (
Type As CD_TYPE,
Name As String,
FileName As String
)
public:
void CDExport(
[InAttribute] CD_TYPE Type,
[InAttribute] String^ Name,
[InAttribute] String^ FileName
)
Parameters
- Type
- Type: Kofax.OmniPageCSDK.IproPlus.CD_TYPE
- Name
- Type: System.String
- FileName
- Type: System.String
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