ImageGear v26.0 - Updated
Coverage Property




ImageGear.Core Assembly > ImageGear.Formats.XMP.DublinCore Namespace > ImGearDublinCoreXMPMetadata Class : Coverage Property
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
public ImGearXMPString Coverage {get; set;}
public: __property ImGearXMPString* get_Coverage();
public: __property void set_Coverage( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Coverage {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearDublinCoreXMPMetadata Class
ImGearDublinCoreXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.