Gets the properties for the specified item.
public WiaProperties GetProperties(
object item
)
Public Function GetProperties( _
ByVal item As Object _
) As Leadtools.Wia.WiaProperties
public:
Leadtools.Wia.WiaProperties GetProperties(
Object^ item
)
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.
Common WIA source properties.
For more information, refer to Managing WIA Sources.
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