Click or drag to resize

JpegDecoderScaleFactor Property

Gets or sets a value indicating the scale factor to use when reading Jpeg's.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public JpegScaleFactor ScaleFactor { get; set; }

Property Value

Type: JpegScaleFactor
The scale factor to use when reading Jpeg's.
Remarks
The scale factor allows a Jpeg image to be read to a smaller sized image. This is a good quick way of creating thumbnails out of Jpeg images.
See Also