Skip to main content
All docs
V25.1
  • CustomProperties(XmpDocument, String) Constructor

    Initializes a new instance of the CustomProperties class with specified settings.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public CustomProperties(
        XmpDocument document,
        string namespaceUri
    )

    Parameters

    Name Type Description
    document XmpDocument

    The XMP packet to which to add the namespace.

    namespaceUri String

    The namespace URI.

    See Also