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

    Gets or sets whether to replace the rdf:Description element with the rdf:ParseType=”Resource” attribute in the structure element.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool UseParseTypeResourceInStructs { get; set; }

    Property Value

    Type Description
    Boolean

    true to use the rdf:ParseType=”Resource” attribute; otherwise, false.

    See Also