Click or drag to resize

DocumentCDCount Method

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

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 the description of the CDImport method.
See Also