JpegScaleFactor Enumeration |
The scaling factor to use when reading a Jpeg image.
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 enum JpegScaleFactor
Public Enumeration JpegScaleFactor
Members
| Member name | Description |
---|
| Full | The full encoded size. |
| Half | 1/2 the encoded size. |
| Quarter | 1/4 the encoded size. |
| Eighth | 1/8 the encoded size. |
See Also