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

LosslessJpegTransform.WriteTransposed Method (String)

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

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

Syntax

Visual Basic
Public Sub WriteTransposed ( _
	fileName As String _
)
C#
public void WriteTransposed(
	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 Rotate270FlipY.

See Also

Reference