Item Property

Summary

Gets the enumerated item.

Syntax
C#
VB
C++
public object Item { get; } 
  
Public ReadOnly Property Item As Object 
public: 
property Object^ Item { 
   Object^ get(); 
} 

Property Value

An object that represents the enumerated item.

Example

For an example, refer to WiaSession.GetRootItem

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly