Gets or sets the ordered array of structures that describe high-level user
actions that resulted in this document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpArray History { get; set; }
VB
Public Property History As XmpArray
Get
Set
Property Value
Type:
XmpArray
The ordered array of structures that describe high-level user actions that
resulted in this document.
See Also