Skip to main content
All docs
V25.1
  • XmpSerializationOptions.WriteXmpMeta Property

    Gets or sets whether to place the x:xmpmeta element around the rdf:RDF element.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool WriteXmpMeta { get; set; }

    Property Value

    Type Description
    Boolean

    true to use the x:xmpmeta element; otherwise, false.

    See Also