Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RootItem Property
See Also 
Leadtools.Wia Namespace > WiaSession Class : RootItem Property



Gets the WIA root item for the item passed through the GetRootItem method.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RootItem As Object
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim value As Object
 
value = instance.RootItem
C# 
public object RootItem {get;}
C++/CLI 
public:
property Object^ RootItem {
   Object^ get();
}

Return Value

(Read only) The WIA root item for the item passed through the GetRootItem method.

Example

For an example, refer to WiaSession.GetRootItem.

Remarks

Gets the WIA root item for the item you passed through the GetRootItem method, so in order to use this property you need to call the GetRootItem method first and pass it the item you wish to retrieve its parent (root) item.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also