Click or drag to resize

Document.CDNameEx Method

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
Syntax
public void CDNameEx(
	CD_TYPE Type,
	int Index,
	out string Name,
	out string FullPath
)

Parameters

Type
Type: Kofax.OmniPageCSDK.IproPlus.CD_TYPE
Index
Type: System.Int32
Name
Type: System.String
FullPath
Type: System.String
See Also