Creates and returns format reader opened on specified file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function CreateFormatReader ( _ fileName As String _ ) As IFormatReader
public static IFormatReader CreateFormatReader( string fileName )
Type: System.String
The name of the file to open format reader on.