A class representing an APP1 segment. These are generally EXIF or XMP.
Hierarchy
System.Object
    WebSupergoo.ImageGlue8.ParseJpeg+Segment
        WebSupergoo.ImageGlue8.ParseJpeg.SegmentAPP1
Methods
Method Description
S» FromXmp Creates a new SegmentAPP1 from XMP data.
Properties
Property Description
Encoding Gets the encoding of any XMP data in the Segment.
HeaderSize The size of the header before the raw data.
IsExif True if the segment holds EXIF data. EXIF data is held in TIFF/IFD format. See "DC-008-Translation-2019-E.pdf".
IsXmp True if the segment holds XMP data.
Metadata Gets or sets the metadata of the Segment which may be in XMP or EXIF format. If the format is neither XMP nor EXIF then this property provides the raw data of the segment. If you set this property to null and attempt to Save then an exception will be thrown.
Xmp Gets or sets XMP data in the Segment.
Example

None.