←Select platform

FreeItem Method

Summary

Frees the items enumerated by the EnumChildItems method.

Syntax

C#
VB
C++
public void FreeItem( 
   object item 
) 
  
Public Sub FreeItem( _ 
   ByVal item As Object _ 
)  
public: 
void FreeItem(  
   Object^ item 
)  

Parameters

item
The item that was retrieved through the EnumItemsEvent that gets fired after a call to the EnumChildItems method to enumerate the device's child items.

Remarks

Call this method for each item received through the EnumDevicesEvent event after calling the EnumChildItems method.

Example

For an example, refer to WiaSession.GetRootItem.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly