Class ImageMetadata
Represents additional information about a scanned image (quality, page size).
public record ImageMetadata : IEquatable<ImageMetadata>
- Inheritance
-
ImageMetadata
- Implements
- Inherited Members
Constructors
ImageMetadata(bool, PageSize?)
Represents additional information about a scanned image (quality, page size).
public ImageMetadata(bool Lossless, PageSize? PageSize)
Parameters
Properties
Lossless
public bool Lossless { get; init; }
Property Value
PageSize
public PageSize? PageSize { get; init; }