Opens the reader on the specifed file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Protected Friend Overridable Sub OpenReader ( _ fileName As String _ )
protected internal virtual void OpenReader( string fileName )
Type: System.String
Name of the file to open the reader on.Usually, this method is a simple wrapper around the OpenReader(Stream) method.