public TwainItemType ItemType { get; set; } public:property TwainItemType ItemType {TwainItemType get();void set ( TwainItemType );}
ItemType # get and set (TwainOneValueCapability)
The type of data contained in the TwainOneValueCapability object.
For more information, refer to How to Work with the Container.
using Leadtools;using Leadtools.Twain;public void TwainOneValueCapabilityExample(IntPtr parent){TwainSession session = new TwainSession();session.Startup(parent, "manufacturer", "productFamily", "version", "application", TwainStartupFlags.None);TwainCapability twCap = new TwainCapability();twCap.Information.ContainerType = TwainContainerType.OneValue;twCap.Information.Type = TwainCapabilityType.ImageUnits;twCap.OneValueCapability.ItemType = TwainItemType.Uint16;twCap.OneValueCapability.Value = TwainCapabilityValue.UnitInches;session.SetCapability(twCap, TwainSetCapabilityMode.Set);session.Shutdown();}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
