Creates and initializes new Jpeg2kWriter class instance. It also opens this writer on specified file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _
fileName As String _
)
public Jpeg2kWriter(
string fileName
)
Type: System.String
Name of the file to open the writer on.