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

XmpQualifier Class

An XMP value qualifier - metadata about the value to which it is attached.

Namespace: DevExpress.Pdf.Xmp

Assembly: DevExpress.Pdf.v24.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

#Declaration

public abstract class XmpQualifier :
    XmpNode

#Remarks

Qualifiers are annotations to any XMP node. Each qualifier has an XML expanded name and a value of any type. Use the XmpValueNode.Qualifiers property to attach a qualifier to the packet node.

The IsLanguageQualifier property indicates whether the qualifier is an xml:lang qualifier.

#Inheritance

Object
XmpNode
XmpQualifier
See Also