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

XmpMetadata.Serialize(Stream, XmpSerializationOptions) Method

Serializes an XMP object to a stream.

Namespace: DevExpress.Pdf.Xmp

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public void Serialize(
    Stream stream,
    XmpSerializationOptions options
)

Parameters

Name Type Description
stream Stream

An output stream.

options XmpSerializationOptions

An object that contains serialization options.

See Also