ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearCap Class / ContainerType Property




In This Topic
    ContainerType Property
    In This Topic
    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