VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / TwainRangeValueContainer Class
Properties Methods SeeAlso
In This Topic
    TwainRangeValueContainer Class Members
    In This Topic
    The following tables list the members exposed by TwainRangeValueContainer.
    Public Properties
     NameDescription
    Public PropertyGets the container type of this TWAIN value. (Inherited from TwainValueContainerBase)
    Public PropertyGets the default value of this TWAIN value.
    Public PropertyGets the type of enumeration associated with this TWAIN value. (Inherited from TwainValueContainerBase)
    Public PropertyGets the current value as value from TWAIN enumeration. (Inherited from TwainOneValueContainer)
    Public PropertyGets the maximal value of this TWAIN value.
    Public PropertyGets the minimal value of this TWAIN value.
    Public PropertyGets the step size of this TWAIN value.
    Public PropertyGets the current value of this TWAIN value. (Inherited from TwainOneValueContainer)
    Public Methods
     NameDescription
    Public MethodGets the supported values of TWAIN value as array of values. (Inherited from TwainValueContainerBase)
    Public MethodReturns current value of TWAIN value as boolean value. (Inherited from TwainValueContainerBase)
    Public MethodReturns current value of TWAIN value as byte value. (Inherited from TwainValueContainerBase)
    Public MethodGets the supported values of TWAIN value as array of enum values. (Inherited from TwainValueContainerBase)
    Public MethodReturns current value of TWAIN value as float value. (Inherited from TwainValueContainerBase)
    Public MethodGets the supported values of TWAIN value as array of float values. (Inherited from TwainValueContainerBase)
    Public MethodReturns current value of TWAIN value as frame value. (Inherited from TwainValueContainerBase)
    Public MethodReturns current value of TWAIN value as Int16 value. (Inherited from TwainValueContainerBase)
    Public MethodReturns current value of TWAIN value as Int32 value. (Inherited from TwainValueContainerBase)
    Public MethodReturns current value of TWAIN value as positive float value. (Inherited from TwainValueContainerBase)
    Public MethodReturns the range of float values.
    Public MethodReturns current value of TWAIN value as sbyte value. (Inherited from TwainValueContainerBase)
    Public MethodReturns current value of TWAIN value as string value. (Inherited from TwainValueContainerBase)
    Public MethodReturns current value of TWAIN value as UInt16 value. (Inherited from TwainValueContainerBase)
    Public MethodReturns current value of TWAIN value as UInt32 value. (Inherited from TwainValueContainerBase)
    See Also