Frees the items enumerated by the EnumChildItems method.
public void FreeItem(
object item
)
Public Sub FreeItem( _
ByVal item As Object _
)
public:
void FreeItem(
Object^ item
)
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.
Call this method for each item received through the EnumDevicesEvent event after calling the EnumChildItems method.
For an example, refer to WiaSession.GetRootItem.
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