Skip to main content
All docs
V25.1
  • XmpDocument.ToString(XmpSerializationOptions) Method

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

    Namespace: DevExpress.Pdf.Xmp

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