XmpRightsManagementSchema.Owners Property

Gets or sets the unordered array of strings specifying the legal owner(s) of the document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpArray Owners { get; set; }
VB
Public Property Owners As XmpArray
	Get
	Set

Property Value

Type: XmpArray
The unordered array of strings specifying the legal owner(s) of the document.

See Also