Click or drag to resize

PageCDCount Method

This method returns the number of custom data streams of the specified type stored in the page.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int CDCount(
	CD_TYPE Type
)

Parameters

Type
Type: Kofax.OmniPageCSDK.IproPlusCD_TYPE

Return Value

Type: Int32
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.

See Also