ImageGear .NET - Updated
ContainerType Property




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace > ImGearCap Class : ContainerType Property
Gets the container type of the capability.
Syntax
'Declaration
 
Public ReadOnly Property ContainerType As ImGearContainerType
'Usage
 
Dim instance As ImGearCap
Dim value As ImGearContainerType
 
value = instance.ContainerType
public ImGearContainerType ContainerType {get;}
public: __property ImGearContainerType get_ContainerType();
public:
property ImGearContainerType ContainerType {
   ImGearContainerType get();
}

Property Value

ImGearContainerType enumeration value.
See Also

Reference

ImGearCap Class
ImGearCap Members