Click or drag to resize

PageCDGetData Method

This method returns or sets a piece of custom data stored in the page.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public Object CDGetData(
	CD_TYPE Type,
	string Name
)

Parameters

Type
Type: Kofax.OmniPageCSDK.IproPlusCD_TYPE
Name
Type: SystemString

Return Value

Type: Object
Remarks

The value of the Type parameter can either be CD_BINDATA or CD_STRDATA. The Name parameter is the name of the user data stream. If the requested user data stream does not exist, a trappable error occurs. The returned data is an array of Bytes or a string according to the value of the Type parameter.

See Also