Class MetadataCaps
Represents scanner metadata as part of ScanCaps.
public class MetadataCaps
- Inheritance
-
MetadataCaps
Properties
DriverSubtype
For SANE, this is the backend name.
public string? DriverSubtype { get; init; }
Property Value
IconUri
The URI for an icon associated with the device.
public string? IconUri { get; init; }
Property Value
Manufacturer
The device manufacturer.
public string? Manufacturer { get; init; }
Property Value
Model
The device model name.
public string? Model { get; init; }
Property Value
SerialNumber
The device serial number.
public string? SerialNumber { get; init; }