VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDevice Class / MaxScanArea Property
Syntax Requirements SeeAlso
In This Topic
    MaxScanArea Property (SaneLocalDevice)
    In This Topic
    Gets the maximum scan area (in millimeters) of this SANE device.
    Syntax
    'Declaration
    
    Public ReadOnly Property MaxScanArea As Vintasoft.Primitives.VintasoftRectF
    
    
    public Vintasoft.Primitives.VintasoftRectF MaxScanArea { get; }
    
    
    public: __property Vintasoft.Primitives.VintasoftRectF get_MaxScanArea();
    
    
    
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also