Table of Contents

Class ProcessedImage.WeakReference

Namespace
NAPS2.Images
Assembly
NAPS2.Sdk.dll

A class functionally equivalent to a ProcessedImage reference, but that makes explicit the intention not to have ownership over or prevent disposal of the image.

public record ProcessedImage.WeakReference : IEquatable<ProcessedImage.WeakReference>
Inheritance
ProcessedImage.WeakReference
Implements
Inherited Members

Constructors

WeakReference(ProcessedImage)

A class functionally equivalent to a ProcessedImage reference, but that makes explicit the intention not to have ownership over or prevent disposal of the image.

public WeakReference(ProcessedImage ProcessedImage)

Parameters

ProcessedImage ProcessedImage

The reference. Users should prefer not to directly access this unless it is understood that it may be disposed at any moment.

Properties

ProcessedImage

The reference. Users should prefer not to directly access this unless it is understood that it may be disposed at any moment.

public ProcessedImage ProcessedImage { get; init; }

Property Value

ProcessedImage