Accusoft TwainPRO 8
CapItemOut Property
See Also  Send comments on this topic.
Index
A long zero-based value representing the capability item.
AccusoftTwainPro8 ActiveX DLL > TwainPro Object : CapItemOut Property

Glossary Item Box

Description

Sets a new legal value for a particular capability when CapType = TWCAP_ENUM or TWCAP_ARRAY.

Property Type

Read-write property

Syntax

Visual Basic
Public Property CapItemOut( _
   ByVal Index As Long _
) As Single

Parameters

Index
A long zero-based value representing the capability item.

Return Type

A single value which represents the new legal value for the given capability.

Remarks

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

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

Note: 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.