Table of Contents

Class BitDepthCaps

Namespace
NAPS2.Scan
Assembly
NAPS2.Sdk.dll

Represents valid values for ScanOptions.BitDepth as part of PerSourceCaps.

public class BitDepthCaps
Inheritance
BitDepthCaps

Properties

SupportsBlackAndWhite

Whether the scanner supports BitDepth.BlackAndWhite.

public bool SupportsBlackAndWhite { get; init; }

Property Value

bool

SupportsColor

Whether the scanner supports BitDepth.Color.

public bool SupportsColor { get; init; }

Property Value

bool

SupportsGrayscale

Whether the scanner supports BitDepth.Grayscale.

public bool SupportsGrayscale { get; init; }

Property Value

bool