ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Coverage Property




In This Topic
Coverage Property
In This Topic
Gets or sets Coverage property of the XMP Dublin Core schema.
Syntax
'Declaration
 
Public Property Coverage As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDublinCoreXMPMetadata
Dim value As ImGearXMPString
 
instance.Coverage = value
 
value = instance.Coverage

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies the extent or scope of the resource.
See Also