JpegEncoder Properties |
The JpegEncoder type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppMarkers | Gets or sets the JPEG APPn Markers that will be saved with the image. |
![]() | ComText | Gets or sets COM Text Markers that are to be saved with the image. |
![]() | DctMode | Gets or sets the DCT compression mode used for encoding. |
![]() | ImageType | Get the ImageType associated with this Encoder Setting. |
![]() | IptcTags | Gets or sets IPTC Metadata that will be saved with the image. |
![]() | PhotoshopResources | Gets or sets Photoshop resources to be saved with the image. |
![]() | Progressive | Gets or sets a value indicating if the image is saved progressively. |
![]() | Quality | 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. |
![]() | Smoothing | Gets or sets the smoothing level when saving a Jpeg image. |
![]() | SupportedPixelFormats | Returns an array of pixel formats supported by this encoder. (Overrides ImageEncoder.SupportedPixelFormats.) |
![]() | Xmp | Gets or sets a byte array containing XMP data. |