This documentation is for the old version. Go to the latest Graphics Mill docs

LosslessJpegTransform.Open Method (String)

Opens the JPEG transform object on the specified file.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub Open ( _
	fileName As String _
)
C#
public void Open(
	string fileName
)

Parameters

fileName

Type: System.String

The name of the JPEG file to open transform on.

Remarks

When you finished working with this file, you should call Close() method to release this file. The file will be locked by your application until you close the JPEG transform.

See Also

Reference