This method returns the name of the requested custom data stream of the requested type.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string CDName(
CD_TYPE Type,
int Index
)
Public Function CDName (
Type As CD_TYPE,
Index As Integer
) As String
public:
String^ CDName(
[InAttribute] CD_TYPE Type,
[InAttribute] int Index
)
Parameters
- Type
- Type: Kofax.OmniPageCSDK.IproPlus.CD_TYPE
- Index
- Type: System.Int32
Return Value
Type:
String
Remarks
To learn more about the available data types see the description
of the
CDImport method. If the requested custom data does not exist, a trappable error occurs.
See Also