JpegMarkerCopyFlags Enumeration |
Flag enumeration used with [M:CopyJpegWithNewMarkers].
Namespace:
Atalasoft.Imaging.Metadata
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [FlagsAttribute]
public enum JpegMarkerCopyFlags
<FlagsAttribute>
Public Enumeration JpegMarkerCopyFlags
Members
| Member name | Description |
---|
| CopyCom | Indicates whether the COM metadata should be copied. |
| CopyApp | Indicates whether the APP markers should be copied. This will not copy JPEG_APP0. |
| PlaceAfterSofn | Indicates whether the metadata should be placed after the SOF tag. |
| CopyApp0 | Indicates whether the JPEG_APP0 marker is copied. Normally this marker should not be copied since it
contains image specific information, such as DPI. |
See Also