VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDevice Class / ScanResolution Property
Syntax Requirements SeeAlso
In This Topic
    ScanResolution Property (SaneLocalDevice)
    In This Topic
    Gets or sets the resolution (in dots per inch) at which an image should be acquired.
    Syntax
    'Declaration
    
    Public Property ScanResolution As Double
    
    
    public double ScanResolution { get; set; }
    
    
    public: __property double get_ScanResolution();
    public: __property void set_ScanResolution(
    double value
    );
    public:
    property double ScanResolution { double get(); void set(double value); }
    Requirements

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

    See Also