Class BitDepthCaps
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
SupportsColor
Whether the scanner supports BitDepth.Color.
public bool SupportsColor { get; init; }
Property Value
SupportsGrayscale
Whether the scanner supports BitDepth.Grayscale.
public bool SupportsGrayscale { get; init; }