VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Caps_Deserialize Method
String with information about values of device capabilities.
In This Topic
    Device_Caps_Deserialize Method
    In This Topic
    Description
    Deserializes (loads) current values of capabilities from the stream.
    Syntax
    Visual Basic
    Public Function Device_Caps_Deserialize( _
       ByVal value As String _
    ) As Boolean
    Parameters
    value
    String with information about values of device capabilities.
    Return Type
    TRUE (1) if method is executed successfully, FALSE (0) otherwise.
    Remarks
    Call this method only when device is opened (Device_State == enumDevice_State.DeviceOpened).

    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    See Also