LEADTOOLS Support
Document
Document SDK Examples
How to Get/Set a Custom Capability in Twain using LEAD .NET version 14.5
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, November 30, 2005 8:55:58 AM(UTC)
Groups: Registered, Tech Support
Posts: 207
Was thanked: 3 time(s) in 3 post(s)
The attached project shows how to Get and Set a boolean custom twain capability. The only difference between Getting/Setting a custom capability, versus a standard capability, is this one line of code:
C#
twCap = TwainSession.GetCapability( (TwainCapabilityType)33299, TwainGetCapabilityMode.GetCurrent);
VB
twCap = TwainSession.GetCapability(CType(33299, TwainCapabilityType), TwainGetCapabilityMode.GetCurrent)
Travis Montgomery
Senior Sales Engineer
LEADTOOLS Support
Document
Document SDK Examples
How to Get/Set a Custom Capability in Twain using LEAD .NET version 14.5
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.