Gets or sets the structure that describes a reference to the original
document from which this one is derived.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpStructure DerivedFrom { get; set; }
VB
Public Property DerivedFrom As XmpStructure
Get
Set
Property Value
Type:
XmpStructure
The structure that describes a reference to the original document from
which this one is derived.
See Also