VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Caps_Get Property
In This Topic
    Device_Caps_Get Property
    In This Topic
    Description
    Gets a numeric array that represents identifiers of capabilities supported by device.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Device_Caps_Get As Variant
    Return Type
    A numeric array that represents identifiers of capabilities supported by device.
    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.
    See Also