Click or drag to resize

IBitmapImageMetaData Property

Gets or sets the EXIF meta data dictionary.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IDictionary<int, ImgPropertyItem> MetaData { get; set; }

Property Value

Type: IDictionaryInt32, ImgPropertyItem
See Also