VintaSoft Twain .NET SDK 15.3: Documentation for .NET developer
Vintasoft.WiaImageScanning Namespace / WiaDevice Class / LampWarpUpTime Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    LampWarpUpTime Property (WiaDevice)
    In This Topic
    Gets the maximum warm-up time, in milliseconds, that the device needs before starting the scanning operation.
    Syntax
    'Declaration
    
    Public ReadOnly Property LampWarpUpTime As Integer
    
    
    public int LampWarpUpTime { get; }
    
    
    public: __property int get_LampWarpUpTime();
    
    
    
    public:
    property int LampWarpUpTime { int get(); }
    Exceptions
    ExceptionDescription
    Thrown if device is not opened.
    Remarks

    An application can read this property to determine the maximum warm-up time for this device. It can then present a "waiting for the device to warm up" dialog box, to let the user know that a wait or pause might occur before anything happens.

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also