ImageGear .NET
Coverage Property




Gets or sets Coverage property of the XMP Dublin Core schema.
Syntax
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);
}
'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

Reference

ImGearDublinCoreXMPMetadata Class
ImGearDublinCoreXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback