Skip to main content
All docs
V23.2

DublinCoreProperties.Contributor Property

Gets the value for the dc:Contributor attribute.

Namespace: DevExpress.Pdf.Xmp

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