This method returns the number of custom data streams of the specified type stored in the document.
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in 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: 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