Enum JpegEncodingType
Specifies the JPEG encoding strategy used when compressing images.
Namespace: Telerik.Windows.Documents.Core.Imaging.Jpeg
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum JpegEncodingType
BaselineDct
Uses baseline DCT with single-scan delivery for maximum decoder compatibility.
NotSupported
Indicates an encoding type that is recognized but not supported by this implementation.
ProgressiveDct
Uses progressive DCT to deliver coarse-to-fine scans that can improve perceived loading.