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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This property is deprecated in XMP specification. Previously used only to support the xmpMM:LastURL property.
See Also