VintaSoftTwain Control v6.0
VintaSoftTwain Object / Error Property
In This Topic
    Error Property
    In This Topic
    Description
    Gets a value that indicates whether the error occured during last operation.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Error As Boolean
    Return Type

    True - last operation is executed successfully; False - last operation is failed.

    Remarks
    Property value is valid after work of the current method and before work of the following method.
    See Also