XmpDocument.FromStream(Stream) Method
In This Article
Creates an XmpDocument object from the specified stream.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public static XmpDocument FromStream(
Stream xmlStream
)
#Parameters
Name | Type | Description |
---|---|---|
xml |
Stream | A stream that contains the data for the Xmp |
#Returns
Type | Description |
---|---|
Xmp |
The resulting Xmp |
See Also