ClassJpegEncoderParameters
Represents parameters of the JPEG encoder.
Definition
Namespace:Telerik.WinForms.Documents.Core.Imaging.Jpeg.Encoder
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class JpegEncoderParameters : INotifyPropertyChanged
Inheritance: objectJpegEncoderParameters
Implements:
Constructors
JpegEncoderParameters()
Initializes a new instance of the JpegEncoderParameters class.
Declaration
public JpegEncoderParameters()
Properties
ChrominanceTable
Gets or sets a 64 byte array which corresponds to a JPEG Chrominance Quantization table.
EncodingType
Gets or sets type of the JPEG encoder.
Declaration
public JpegEncodingType EncodingType { get; set; }
Property Value
LuminanceTable
Gets or sets a 64 byte array which corresponds to a JPEG Luminance Quantization table.
QuantizingQuality
Gets or sets quantizing quality.
SamplePrecision
Gets or sets the precision in bits for the samples of the components in the frame.
Declaration
public int SamplePrecision { get; set; }
Property Value
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
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements