ImageGear v26.3 - Updated
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
    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