ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.Basic Namespace / ImGearBasicXMPMetadata Class / Advisory Property




In This Topic
Advisory Property
In This Topic
Gets or sets Advisory property of the XMP Basic schema.
Syntax
'Declaration
 
Public Property Advisory As ImGearXMPBag(Of ImGearXMPString)
 
'Usage
 
Dim instance As ImGearBasicXMPMetadata
Dim value As ImGearXMPBag(Of ImGearXMPString)
 
instance.Advisory = value
 
value = instance.Advisory

Property Value

ImageGear.Formats.XMP.ImGearXMPBag<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
Remarks
This XMP property contains an unordered array specifying properties that were edited outside the authoring application.
See Also