VintaSoftTwain Control v6.0
VintaSoftTwain Object / errorString Property
In This Topic
    errorString Property
    In This Topic
    Description
    Gets a string that describes error occured during last operation.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property errorString As String
    Return Type

    String that describes error occured during last operation.

    Remarks
    Property value is valid after work of the current method and before work of the following method. The error string value will be cleared when next method starts.
    See Also