Table of Contents

Method ReplaceExifPropertyItems

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

ReplaceExifPropertyItems(ExifSection, ushort, ExifValue)

public void ReplaceExifPropertyItems(ExifSection section, ushort tagID, ExifValue value)

Parameters

section ExifSection
tagID ushort
value ExifValue

ReplaceExifPropertyItems(ExifSection, ushort, IEnumerable<ExifValue>)

public void ReplaceExifPropertyItems(ExifSection section, ushort tagID, IEnumerable<ExifValue> values)

Parameters

section ExifSection
tagID ushort
values IEnumerable<ExifValue>