VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Feeder_PaperDetectable Property
In This Topic
    Device_Feeder_PaperDetectable Property
    In This Topic
    Description
    Gets a value indicating whether device can detect paper in the document feeder.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Device_Feeder_PaperDetectable As Boolean
    Return Type
    TRUE if device has a paper sensor, FALSE otherwise.
    Remarks
    Call this property after Device_Open and before Device_AcquireImage and only if device has feeder (Device_Feeder_Present == TRUE).

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