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

LosslessJpegTransform.WriteTransposed Method (Stream)

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

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

Syntax

Visual Basic
Public Sub WriteTransposed ( _
	stream As Stream _
)
C#
public void WriteTransposed(
	Stream stream
)

Parameters

stream

Type: System.IO.Stream

The stream where you want to save the result.

Remarks

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

See Also

Reference