Back to Devexpress

XmpQualifier Class

officefileapi-devexpress-dot-pdf-dot-xmp-429ba5ee.md

latest1.3 KB
Original Source

XmpQualifier Class

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

Namespace : DevExpress.Pdf.Xmp

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public abstract class XmpQualifier :
    XmpNode
vb
Public MustInherit Class XmpQualifier
    Inherits 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

XmpQualifier Members

DevExpress.Pdf.Xmp Namespace