Click or drag to resize

JpegEncoder Properties

The JpegEncoder type exposes the following members.

Properties
  NameDescription
Public propertyAppMarkers
Gets or sets the JPEG APPn Markers that will be saved with the image.
Public propertyComText
Gets or sets COM Text Markers that are to be saved with the image.
Public propertyDctMode
Gets or sets the DCT compression mode used for encoding.
Public propertyImageType
Get the ImageType associated with this Encoder Setting.
Public propertyIptcTags
Gets or sets IPTC Metadata that will be saved with the image.
Public propertyPhotoshopResources
Gets or sets Photoshop resources to be saved with the image.
Public propertyProgressive
Gets or sets a value indicating if the image is saved progressively.
Public propertyQuality
Gets or sets the quality level of the Jpeg as it's encoded to a file. Valid values are 1 - 100 with a default of 75.
Public propertySmoothing
Gets or sets the smoothing level when saving a Jpeg image.
Public propertySupportedPixelFormats
Returns an array of pixel formats supported by this encoder.
(Overrides ImageEncoderSupportedPixelFormats.)
Public propertyXmp
Gets or sets a byte array containing XMP data.
Top
See Also