XmpBasicSchema.Advisory Property

Gets or sets the unordered array of properties that were edited outside the authoring application.

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

Syntax

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

Property Value

Type: XmpArray
The unordered array of properties that were edited outside the authoring application.

Remarks

The value of this property should be null or an XmpArray of Unordered type containing values of XmpString type.

See Also