Skip to main content
All docs
V23.2

CustomProperties(XmpDocument, String) Constructor

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

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v23.2.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