Gets the value of the TwainEnumerationCapability object.
public object GetValue(int index)
Public Function GetValue( _ByVal index As Integer _) As Object
public:Object^ GetValue(int index)
index
Index into the array of values.
The value of the TwainEnumerationCapability object from the specified index.
index*
Index into the array of values.
For more information, refer to How to Work with the Container.
Imports LeadtoolsImports Leadtools.TwainPublic Sub TwainEnumerationCapabilityGetValueExample(ByVal parent As IntPtr)Dim session As TwainSession = New TwainSession()session.Startup(parent, "manufacturer", "productFamily", "version", "application", TwainStartupFlags.None)Dim twCap As TwainCapability = session.GetCapability(TwainCapabilityType.ImageUnits, TwainGetCapabilityMode.GetValues)If twCap.Information.ContainerType <> TwainContainerType.Enumeration ThenDim enumCap As TwainEnumerationCapability = twCap.EnumerationCapabilityDim i As IntegerFor i = 0 To enumCap.Count - 1Dim capVal As TwainCapabilityValue = CType(enumCap.GetValue(i), TwainCapabilityValue)Dim msg As String = String.Format("Capability Value(%d) = %s", i, capVal.ToString())MessageBox.Show(msg)NextElseMessageBox.Show("Container type is not enumeration")End Ifsession.Shutdown()End Sub
using Leadtools;using Leadtools.Twain;public void TwainEnumerationCapabilityGetValueExample(IntPtr parent){TwainSession session = new TwainSession();session.Startup(parent, "manufacturer", "productFamily", "version", "application", TwainStartupFlags.None);TwainCapability twCap = session.GetCapability(TwainCapabilityType.ImageUnits, TwainGetCapabilityMode.GetValues);if (twCap.Information.ContainerType == TwainContainerType.Enumeration){TwainEnumerationCapability enumCap = twCap.EnumerationCapability;for (int i = 0; i < enumCap.Count ; i++){object capVal = enumCap.GetValue(i);string msg = string.Format("Capability Value({0}) = {1}", i, capVal.ToString());MessageBox.Show(msg);}}elseMessageBox.Show("Container type is not enumeration");}
|
Products |
Support |
Feedback: GetValue Method (TwainEnumerationCapability) - Leadtools.Twain |
Introduction |
Help Version 19.0.2017.3.22
|

Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.