JpegExifDataSerializeExifData Method |
Serializes the EXIF data. Writes the tags values and contents. The most influencing size tag is Thumbnail tag contents.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic byte[] SerializeExifData()
Public Function SerializeExifData As Byte()
public:
array<unsigned char>^ SerializeExifData()
member SerializeExifData : unit -> byte[]
Return Value
Type:
ByteThe serialized EXIF data.
RemarksThe 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.
See Also