VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_EndOfJob Property
In This Topic
    Device_EndOfJob Property
    In This Topic
    Description
    Gets a value indicating whether the end of job is reached.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Device_EndOfJob As Boolean
    Return Type
    TRUE is the end of batch job was reached, FALSE otherwise.
    Remarks
    Value of this property is valid only in handler of PostScan event.

    Information about error that occurs during getting property value can be get using the Error and ErrorString properties.
    Example
    Please see example here.
    See Also