VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_FlatbedPresent Property
In This Topic
    Device_FlatbedPresent Property
    In This Topic
    Description
    Gets a value indicating whether device has flatbed.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Device_FlatbedPresent As Boolean
    Return Type
    TRUE (1) if device has flatbed, FALSE (0) otherwise.
    Remarks

    Call this property after Device_Open method.

    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