ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.RightsManagement Namespace / ImGearRightsManagementXMPMetadata Class / Marked Property




In This Topic
Marked Property
In This Topic
Gets or sets Marked property of the XMP Rights Management schema. This XMP property indicates that this is a rights-managed resource.
Syntax
'Declaration
 
Public Property Marked As ImGearXMPBoolean
 
'Usage
 
Dim instance As ImGearRightsManagementXMPMetadata
Dim value As ImGearXMPBoolean
 
instance.Marked = value
 
value = instance.Marked

Property Value

ImageGear.Formats.XMP.ImGearXMPBoolean class value.
See Also