Click or drag to resize

DocumentCDNameEx 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.IproPlusCD_TYPE
Index
Type: SystemInt32
Name
Type: SystemString
FullPath
Type: SystemString
See Also