Table of Contents

Method SerializeExifData

Namespace
Aspose.CAD.Exif
Assembly
Aspose.CAD.dll

SerializeExifData()

Serializes the EXIF data. Writes the tags values and contents. The most influencing size tag is Thumbnail tag contents.

public byte[] SerializeExifData()

Returns

byte[]

The serialized EXIF data.

Remarks

The overall segment size must be less than or equal to MaxExifSegmentSize bytes in order to produce correct jpeg image. Hint: try to reduce the thumbnail size or change its compression in case you have too big EXIF section size.