Skip to main content
All docs
V24.1

XmpDocument.FromStream(Stream) Method

Creates an XmpDocument object from the specified stream.

Namespace: DevExpress.Pdf.Xmp

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