Skip to main content
All docs
V24.1

DublinCoreProperties.Contributor Property

Gets the value for the dc:Contributor attribute.

Namespace: DevExpress.Pdf.Xmp

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public XmpArray Contributor { get; }

Property Value

Type Description
XmpArray

An array of entities responsible for making contributions to the document.

See Also