VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Caps_Serialize Method
In This Topic
    Device_Caps_Serialize Method
    In This Topic
    Description
    Serializes (saves) information about current values of capabilites to the stream.
    Syntax
    Visual Basic
    Public Function Device_Caps_Serialize() As String
    Return Type
    String with information about values of device capabilities.
    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