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 void CDNameEx(
CD_TYPE Type,
int Index,
out string Name,
out string FullPath
)
Public Sub CDNameEx (
Type As CD_TYPE,
Index As Integer,
<OutAttribute> ByRef Name As String,
<OutAttribute> ByRef FullPath As String
)
public:
void CDNameEx(
[InAttribute] CD_TYPE Type,
[InAttribute] int Index,
[OutAttribute] String^% Name,
[OutAttribute] String^% FullPath
)
Parameters
- Type
- Type: Kofax.OmniPageCSDK.IproPlus.CD_TYPE
- Index
- Type: System.Int32
- Name
- Type: System.String
- FullPath
- Type: System.String
See Also