ImageGear for Silverlight
ImGearExtendedImageInfoContainer Class
Members  See Also  Send Feedback
ImageGear20.TWAIN Assembly > ImageGear.TWAIN Namespace : ImGearExtendedImageInfoContainer Class




Glossary Item Box

This class implements a container for holding extended image information that has been requested from the TWAIN device.

Object Model

ImGearExtendedImageInfoContainer ClassImGearExtendedImageInfoContainerValueCollection ClassImGearExtendedImageInfoContainerValue Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

You cannot create an ImGearExtendedImageInfoContainer object directly. An instance of the object is returned by the ImGearTWAIN.GetExtendedImageInformation method.

The class exposes the ExtendedImageInformation property to indicate the ID of the extended image information that was requested in the call to ImGearTWAIN.GetExtendedImageInformation.

The class also exposes the Values property that gets the value of the extended image information that was requested in the call to ImGearTWAIN.GetExtendedImageInformation. This property is an ImGearExtendedImageInfoContainerValueCollection that may contain one or more ImGearExtendedImageInfoContainerValue objects.

Inheritance Hierarchy

System.Object
   ImageGear.TWAIN.ImGearExtendedImageInfoContainer

See Also

©2013. Accusoft Corporation. All Rights Reserved.