Skip to main content
All docs
V23.2

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.v23.2.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