JpegReader.Scale Property

Gets or sets a value specifying how to scale original image during reading.

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

Syntax

C#
public JpegScale Scale { get; set; }

Property Value

A JpegScale that specifies how the image should be scaled down during reading.

See Also

Reference