Dynamsoft Home|Product Home

CapNumItems Property

Description

Sets or returns how many items are in the list when the value of the CapType property is TWON_ARRAY or TWON_ENUMERATION. For String data type, the list is in CapItemsString property. For other data types, the list is in CapItems property. This is a runtime property.

Data type

Long

Syntax

ObjectName. CapNumItems

Remarks

Reading this property after calling CapGet() method. After setting this property, call CapSet() method to actually set the value.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

See also

CapType property, CapItems property, CapItemsString property, 

Sample

Refer to How to Negotiate Capability with Different Capability Container Types.