Aurigma Graphics Mill 5.5 for .NET
FormatWriter..::.Open Method (String)
Opens format writer on the specified file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Overridable Sub Open ( _ fileName As String _ )
C#
public virtual void Open( string fileName )
Parameters
- fileName
-
Type: System..::.String
The name of the file to write to.
Implements
Remarks
After you completed writing to the file, you should close the writer with Close()()() method. Until that the file will be locked and some data may be not flushed.