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