Skip to main content
All docs
V23.2

XmpDocument.ToString(XmpSerializationOptions) Method

Converts the XmpDocument object to a string with specified serialization options.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string ToString(
    XmpSerializationOptions options
)

Parameters

Name Type Description
options XmpSerializationOptions

An object that contains serialization properties.

Returns

Type Description
String

A string that is the XmpDocument content.

See Also