Gets or sets the unordered array of contributors to the document
(other than the authors).
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpArray Contributors { get; set; }
VB
Public Property Contributors As XmpArray
Get
Set
Property Value
Type:
XmpArray
The unordered array of contributors to the document (other than the authors).
See Also