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
Syntaxpublic int CDCount(
CD_TYPE Type
)
Public Function CDCount (
Type As CD_TYPE
) As Integer
public:
int CDCount(
[InAttribute] CD_TYPE Type
)
Parameters
- Type
- Type: Kofax.OmniPageCSDK.IproPlus.CD_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