EnumJpegEncodingType
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:
cs-api-definition
public enum JpegEncodingType
Fields
BaselineDct
Uses baseline DCT with single-scan delivery for maximum decoder compatibility.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Dct")]
BaselineDct = 0
Field Value
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.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Dct")]
ProgressiveDct = 1
Field Value