Table of Contents

Class ImageMetadata

Namespace
NAPS2.Images
Assembly
NAPS2.Sdk.dll

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

Lossless bool
PageSize PageSize

Properties

Lossless

public bool Lossless { get; init; }

Property Value

bool

PageSize

public PageSize? PageSize { get; init; }

Property Value

PageSize