Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

XmpDocument.FromStream(Stream) Method

Creates an XmpDocument object from the specified stream.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public static XmpDocument FromStream(
    Stream xmlStream
)

Parameters

Name Type Description
xmlStream Stream

A stream that contains the data for the XmpDocument object.

Returns

Type Description
XmpDocument

The resulting XmpDocument object.

See Also