Class
JpegEncoderParameters

Represents parameters of the JPEG encoder.

Definition

Namespace:Telerik.WinForms.Documents.Core.Imaging.Jpeg.Encoder

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class JpegEncoderParameters : INotifyPropertyChanged

Inheritance: objectJpegEncoderParameters

Implements: INotifyPropertyChanged

Constructors

JpegEncoderParameters()

Initializes a new instance of the JpegEncoderParameters class.

Declaration

cs-api-definition
public JpegEncoderParameters()

Properties

ChrominanceTable

Gets or sets a 64 byte array which corresponds to a JPEG Chrominance Quantization table.

Declaration

cs-api-definition
public byte[] ChrominanceTable { get; set; }

Property Value

byte[]

EncodingType

Gets or sets type of the JPEG encoder.

Declaration

cs-api-definition
public JpegEncodingType EncodingType { get; set; }

Property Value

JpegEncodingType

LuminanceTable

Gets or sets a 64 byte array which corresponds to a JPEG Luminance Quantization table.

Declaration

cs-api-definition
public byte[] LuminanceTable { get; set; }

Property Value

byte[]

QuantizingQuality

Gets or sets quantizing quality.

Declaration

cs-api-definition
public float QuantizingQuality { get; set; }

Property Value

float

SamplePrecision

Gets or sets the precision in bits for the samples of the components in the frame.

Declaration

cs-api-definition
public int SamplePrecision { get; set; }

Property Value

int

Remarks

CCITT T.81, Annex B, section B.2.2 Frame header syntax (see P parameter in the Table B.2).

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged