Table of Contents

Class ScanCaps

Namespace
NAPS2.Scan
Assembly
NAPS2.Sdk.dll

Represents scanner capabilities. This includes valid values for scanning options and extra metadata beyond just the device name and id.

public class ScanCaps
Inheritance
ScanCaps

Properties

DuplexCaps

Capabilities specific to the Duplex paper source.

public PerSourceCaps? DuplexCaps { get; init; }

Property Value

PerSourceCaps

FeederCaps

Capabilities specific to the Feeder paper source.

public PerSourceCaps? FeederCaps { get; init; }

Property Value

PerSourceCaps

FlatbedCaps

Capabilities specific to the Flatbed paper source.

public PerSourceCaps? FlatbedCaps { get; init; }

Property Value

PerSourceCaps

MetadataCaps

Metadata for the device.

public MetadataCaps? MetadataCaps { get; init; }

Property Value

MetadataCaps

PaperSourceCaps

Valid values for ScanOptions.PaperSource.

public PaperSourceCaps? PaperSourceCaps { get; init; }

Property Value

PaperSourceCaps