Table of Contents

Method Load

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Core.dll

Load(XDocument)

public static XmpPacket Load(XDocument document)

Parameters

document XDocument

Returns

XmpPacket

Load(IMetadataReader)

public static XmpPacket Load(IMetadataReader reader)

Parameters

reader IMetadataReader

Returns

XmpPacket

Load(IMetadataReader, LoadOptions)

public static XmpPacket Load(IMetadataReader reader, LoadOptions xmlLoadOptions)

Parameters

reader IMetadataReader
xmlLoadOptions LoadOptions

Returns

XmpPacket