ImageReader.Close Method

Closes the reader and detaches it from the opened file (or other media).

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

Syntax

C#
public void Close()

Remarks

If you close the reader which has not been opened, the method does nothing. So you need not do any checks to ensure if reader is opened to close it.

See Also

Reference