Closes the reader and detaches it from the opened file (or other media).
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void Close()
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.