Click or drag to resize

JpegEncoderAppMarkers Property

Gets or sets the JPEG APPn Markers that will be saved with the image.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public JpegMarkerCollection AppMarkers { get; set; }

Property Value

Type: JpegMarkerCollection
The JPEG APPn Markers that will be saved with the image.
Remarks
Metadata can be preserved in the new image by setting this property to the JPEG Marker collection from the source image.
See Also