VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Twain Namespace / DeviceImageLayout Class / Approximated Event
Syntax Remarks Requirements SeeAlso
In This Topic
    Approximated Event (DeviceImageLayout)
    In This Topic
    Occurs when image layout was approximated.
    Syntax
    'Declaration
    
    Public Event Approximated As System.EventHandler
    
    
    public event System.EventHandler Approximated
    
    
    public: __event System.EventHandler* Approximated
    
    
    public:
    event System.EventHandler^ Approximated
    Remarks

    Sometimes device approximates requested value of the image layout as closely as it can.

    Requirements

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

    See Also