Property Advisory
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Advisory
Gets or sets the unordered array of properties that were edited outside the authoring application.
public XmpArray? Advisory { get; set; }
Property Value
- 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.
Exceptions
- UnsupportedMetadataException
The corresponding XMP property has an unexpected type.