Skip to main content
All docs
V23.2

XmpDocument.FromStream(Stream) Method

Creates an XmpDocument object from the specified stream.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v23.2.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