Accusoft TwainPRO 8
CapNumItemsOut Property
See Also  Send comments on this topic.
AccusoftTwainPro8 ActiveX DLL > TwainPro Object : CapNumItemsOut Property

Glossary Item Box

Description

Sets the number of items in a list or array when CapTypeOut = TWCAP_ENUM or TWCAP_ARRAY.

Property Type

Read-write property

Syntax

Visual Basic
Public Property CapNumItemsOut As Long

Return Type

A long value which represents the number of items in a list or array for a capability.

Remarks

This is a runtime-only property.

Use this property only for setting a capability. Use the CapNumItems property to read the current capability.

After setting this property, invoke the SetCapOut method to actually set the values.

This property can only be set if CapTypeOut = TWCAP_ENUM or TWCAP_ARRAY, otherwise an error is generated.

See Also

©2013. Accusoft Corporation. All Rights Reserved.