Click or drag to resize

PageCDName 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 string CDName(
	CD_TYPE Type,
	int Index
)

Parameters

Type
Type: Kofax.OmniPageCSDK.IproPlusCD_TYPE
Index
Type: SystemInt32

Return Value

Type: String
Remarks

To learn more about the available data types see also the CDImport method documentation.

The only available types for the page object are CD_STRDATA and CD_BINDATA. If the requested custom data does not exist, a trappable error occurs.

See Also