JpegEncodingType
Enum
Specifies the JPEG encoding strategy used when compressing images.
Definition
Namespace:Telerik.Windows.Documents.Core.Imaging.Jpeg
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public enum JpegEncodingType
Fields
Uses baseline DCT with single-scan delivery for maximum decoder compatibility.
C#
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Dct")]
BaselineDct = 0
Indicates an encoding type that is recognized but not supported by this implementation.
C#
NotSupported = 2
Uses progressive DCT to deliver coarse-to-fine scans that can improve perceived loading.
C#
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Dct")]
ProgressiveDct = 1