ExifData.CommonTags

ExifData.CommonTags property

Gets or sets tags, which belong to common section. This applies only to jpeg images, in tiff format tiffOptions are being used instead

public TiffDataType[] CommonTags { get; set; }

Property Value

The common section tags.

See Also