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