VintaSoft Twain .NET SDK 15.3: Documentation for .NET developer
Vintasoft.WiaImageScanning Namespace / WiaDevice Class / ScanXResolution Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    ScanXResolution Property (WiaDevice)
    In This Topic
    Gets or set the scan X-resolution, in DPI, for this WIA device.
    Syntax
    'Declaration
    
    Public Property ScanXResolution As Integer
    
    
    public int ScanXResolution { get; set; }
    
    
    public: __property int get_ScanXResolution();
    public: __property void set_ScanXResolution(
    int value
    );
    public:
    property int ScanXResolution { int get(); void set(int value); }

    Property Value

    null - information about scan X-resolution is not available; otherwise, scan X-resolution for this WIA device.
    Exceptions
    ExceptionDescription
    Thrown if device is not opened.
    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