Visual Basic (Declaration) | |
---|---|
Public Property ContainerType As TwainContainerType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainCapabilityBase Dim value As TwainContainerType instance.ContainerType = value value = instance.ContainerType |
C# | |
---|---|
public TwainContainerType ContainerType {get; set;} |
C++/CLI | |
---|---|
public: property TwainContainerType ContainerType { TwainContainerType get(); void set ( TwainContainerType value); } |
Property Value
The container type used in getting the capabilities values.Refer to TwainCapability
For more information, refer to How to Work with the Container.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7