ImageReader.CloseOnDispose Property

Gets or sets if the reader should be closed before disposing.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public bool CloseOnDispose { get; set; }

Property Value

true if the reader should be closed before disposing, false otherwise.

See Also

Reference