VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Cap_StringValue Property
In This Topic
    Device_Cap_StringValue Property
    In This Topic
    Description
    Gets or sets string value of device capability.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_Cap_StringValue As String
    Return Type
    String that represents current string value of device capability.
    Remarks
    Call this property after Device_Open method.

    Run the Device_Cap_Get method before reading value of this property.
    After setting this property, invoke the Device_Cap_Set method to actually set the value.

    This property has correct value if CapType = 1 (One value) and Device_Cap_ValueType represents string value type.

    Information about error that occurs during getting/setting property value can be get using the Error and ErrorString properties.
    See Also