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

TiffWriter Constructor (String)

Creates and initializes new TiffWriter class instance. It also opens this writer on specified file.

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

Syntax

Visual Basic
Public Sub New ( _
	fileName As String _
)
C#
public TiffWriter(
	string fileName
)

Parameters

fileName

Type: System.String

Name of the file to open the writer on.

See Also

Reference