Table of Contents

Method TryLoad

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Core.dll

TryLoad(XDocument)

public static XmpPacket? TryLoad(XDocument document)

Parameters

document XDocument

Returns

XmpPacket

TryLoad(IMetadataReader)

public static XmpPacket? TryLoad(IMetadataReader reader)

Parameters

reader IMetadataReader

Returns

XmpPacket

TryLoad(IMetadataReader, LoadOptions)

public static XmpPacket? TryLoad(IMetadataReader reader, LoadOptions xmlLoadOptions)

Parameters

reader IMetadataReader
xmlLoadOptions LoadOptions

Returns

XmpPacket