Method ReplaceExifPropertyItems
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
public static void ReplaceExifPropertyItems(this Metadata metadata, ExifPropertyKey key, ExifValue value)
Parameters
metadata Metadata
key ExifPropertyKey
value ExifValue
public static void ReplaceExifPropertyItems(this Metadata metadata, ExifPropertyPath path, ExifValue value)
Parameters
metadata Metadata
path ExifPropertyPath
value ExifValue
public static void ReplaceExifPropertyItems(this Metadata metadata, ExifPropertyItem propertyItem)
Parameters
metadata Metadata
propertyItem ExifPropertyItem
public static void ReplaceExifPropertyItems(this Metadata metadata, ExifPropertyKey key, IEnumerable<ExifValue> values)
Parameters
metadata Metadata
key ExifPropertyKey
values IEnumerable<ExifValue>
public static void ReplaceExifPropertyItems(this Metadata metadata, ExifPropertyPath path, IEnumerable<ExifValue> values)
Parameters
metadata Metadata
path ExifPropertyPath
values IEnumerable<ExifValue>