Table of Contents

Class MetadataCaps

Namespace
NAPS2.Scan
Assembly
NAPS2.Sdk.dll

Represents scanner metadata as part of ScanCaps.

public class MetadataCaps
Inheritance
MetadataCaps
Inherited Members

Properties

DriverSubtype

For SANE, this is the backend name.

public string? DriverSubtype { get; init; }

Property Value

string

IconUri

The URI for an icon associated with the device.

public string? IconUri { get; init; }

Property Value

string

Manufacturer

The device manufacturer.

public string? Manufacturer { get; init; }

Property Value

string

Model

The device model name.

public string? Model { get; init; }

Property Value

string

SerialNumber

The device serial number.

public string? SerialNumber { get; init; }

Property Value

string