Table of Contents

Method ReplaceExifPropertyItems

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

ReplaceExifPropertyItems(Metadata, ExifPropertyKey, ExifValue)

public static void ReplaceExifPropertyItems(this Metadata metadata, ExifPropertyKey key, ExifValue value)

Parameters

metadata Metadata
key ExifPropertyKey
value ExifValue

ReplaceExifPropertyItems(Metadata, ExifPropertyPath, ExifValue)

public static void ReplaceExifPropertyItems(this Metadata metadata, ExifPropertyPath path, ExifValue value)

Parameters

metadata Metadata
path ExifPropertyPath
value ExifValue

ReplaceExifPropertyItems(Metadata, ExifPropertyItem)

public static void ReplaceExifPropertyItems(this Metadata metadata, ExifPropertyItem propertyItem)

Parameters

metadata Metadata
propertyItem ExifPropertyItem

ReplaceExifPropertyItems(Metadata, ExifPropertyKey, IEnumerable<ExifValue>)

public static void ReplaceExifPropertyItems(this Metadata metadata, ExifPropertyKey key, IEnumerable<ExifValue> values)

Parameters

metadata Metadata
key ExifPropertyKey
values IEnumerable<ExifValue>

ReplaceExifPropertyItems(Metadata, ExifPropertyPath, IEnumerable<ExifValue>)

public static void ReplaceExifPropertyItems(this Metadata metadata, ExifPropertyPath path, IEnumerable<ExifValue> values)

Parameters

metadata Metadata
path ExifPropertyPath
values IEnumerable<ExifValue>