'Declaration
<DispIdAttribute(768)> Function TwainGetCapRangeNumeric( _ ByVal Cap As TwainCapabilities, _ ByRef nMinValue As Double, _ ByRef nMaxValue As Double, _ ByRef nStepValue As Double _ ) As Boolean
[DispId(768)] bool TwainGetCapRangeNumeric( TwainCapabilities Cap, ref double nMinValue, ref double nMaxValue, ref double nStepValue )
function TwainGetCapRangeNumeric( Cap: TwainCapabilities; var nMinValue: Double; var nMaxValue: Double; var nStepValue: Double ): Boolean;
DispIdAttribute(768) function TwainGetCapRangeNumeric( Cap : TwainCapabilities, nMinValue : double, nMaxValue : double, nStepValue : double ) : boolean;
[DispId(768)] bool TwainGetCapRangeNumeric( TwainCapabilities Cap, ref double nMinValue, ref double nMaxValue, ref double nStepValue )
[DispId(768)] bool TwainGetCapRangeNumeric( TwainCapabilities Cap, double% nMinValue, double% nMaxValue, double% nStepValue )
Parameters
- Cap
- nMinValue
- nMaxValue
- nStepValue