←Select platform

GetProperties Method

Summary

Gets the properties for the specified item.

Syntax

C#
VB
C++
public WiaProperties GetProperties( 
   object item 
) 
  
Public Function GetProperties( _ 
   ByVal item As Object _ 
) As Leadtools.Wia.WiaProperties 
public: 
Leadtools.Wia.WiaProperties GetProperties(  
   Object^ item 
)  

Parameters

item
Handle to the item having its properties obtained. Retrieve this parameter by either calling the GetRootItem method to get the device's root item or by enumerating the child items of the device through a call to the EnumChildItems method.

Return Value

Common WIA source properties.

Remarks

For more information, refer to Managing WIA Sources.

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