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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This property specifies common identifier for all versions and renditions of a document.
See Also