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

LosslessJpegTransform.WriteTransversed Method (String)

Writes the JPEG file to the specified file transversed (without recompression).

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

Syntax

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

Parameters

fileName

Type: System.String

The name of the file where you want to save the result.

Remarks

It is the same as WriteRotated(String, RotateFlipType) with transform parameter equal to Rotate90FlipY.

See Also

Reference