Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XmpDocument Properties

The XMP packet – an instance of the XMP data model.
Name Description
Count Returns the number of elements in the XMP packet.
CustomProperties Gets properties used to define a custom schema.
DublinCoreProperties Gets properties used to define the Dublin Core namespace.
Item[XmpName] Returns a value of the XMP packet node with the given name.
Item[String] Returns a value of the XMP packet node with the given qualified name.
PdfAProperties Gets properties used to define the PDF/A namespace.
PdfProperties Gets properties used to define the Adobe PDF namespace.
RightsManagementProperties Gets properties used to define the XMP Rights Management namespace.
Values Retrieves a list of XMP document node values.
XmpProperties Gets properties used to define the XMP basic namespace.
See Also