Enum
JpegEncodingType

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

JpegEncodingType

NotSupported

Indicates an encoding type that is recognized but not supported by this implementation.

Declaration

cs-api-definition
NotSupported = 2

Field Value

JpegEncodingType

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

JpegEncodingType