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