VintaSoftTwain Control v6.0
VintaSoftTwain Object
/ Device_Cap_FrameItems Property
Collapse All
Expand All
In This Topic
Device_Cap_FrameItems Property
In This Topic
Description
Gets a string array that represents Frame values of device capability.
Property type
Read-only property
Syntax
Visual Basic
Public Property Device_Cap_FrameItems As Variant
Return Type
Array of string values (each string represents frame value) that represents values of capability.
Remarks
Call this property after the
Device_Open
method.
Run the
Device_Cap_Get
method before reading value of this property.
Size of capability values array can be get/set using the
Device_Cap_Items_Count
.
This property has correct value if
Device_Cap_ValueContainerType
= 2 (Array) or
Device_Cap_ValueContainerType
= 4 (Enumeration) and
Device_Cap_ValueType
represents string value type.
Information about error that occurs during getting property value can be get using the
Error
and
ErrorString
properties.
See Also
VintaSoftTwain Object
|
VintaSoftTwain Members