ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearMediaManagementXMPMetadata Class / Manager Property




In This Topic
Manager Property (ImGearMediaManagementXMPMetadata)
In This Topic
Gets or sets Manager property of the Media Management XMP schema.
Syntax
'Declaration
 
Public Property Manager As ImGearXMPString
 
'Usage
 
Dim instance As ImGearMediaManagementXMPMetadata
Dim value As ImGearXMPString
 
instance.Manager = value
 
value = instance.Manager

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This property specifies name of the asset management system that manages this resource. The suggested convention is 'vendor app version' - for example 'Adobe Acrobat Distiller 5.0'.
See Also