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

Glossary Item Box

Description

Gets and sets which Twain capability to negotiate.

Property Type

Read-write property

Syntax

Visual Basic
Public Property Capability As TP_Capability

Return Type

A TP_Capability enumeration value which determines the Twain capability.

Remarks

This is a runtime-only property. There are no properties or methods unique to a capability such as SetBrightness. All capabilities use the same set of methods to negotiate their values.

Example

TwainPRO1.Capability = TWCAP_BRIGHTNESS

TwainPRO1.CapTypeOut = TWCAP_ONEVALUE

TwainPRO1.CapValueOut = 500

TwainPRO1.SetCapOut

See Also

©2013. Accusoft Corporation. All Rights Reserved.