VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceDocumentFeederJS type / get_PaperDetectable Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    get_PaperDetectable Method
    In This Topic
    Gets a value that indicates whether the document feeder can detect paper.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceDocumentFeederJS(device);
    
    var value; // Type: boolean
    value = instance.get_PaperDetectable();
    
    
    function get_PaperDetectable() : boolean;
    

    Return Value

    True - the document feeder can detect paper, false - the document feeder cannot detect paper.
    Exceptions
    ExceptionDescription
    Thrown if device is not opened.
    Remarks

    This property sends a synchronous request to get value of WebDeviceCapabilityIdEnumJS.PaperDetectable capability. If you want to use asynchronous request instead of synchronous request, please get information about WebDeviceCapabilityIdEnumJS.PaperDetectable capability using WebTwainDeviceJS.getCapabilityAsync or WebTwainDeviceJS.getCapabilitiesAsync function.

    Browser Compatibility
    9
    See Also