ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.RightsManagement Namespace / ImGearRightsManagementXMPMetadata Class / WebStatement Property




In This Topic
    WebStatement Property (ImGearRightsManagementXMPMetadata)
    In This Topic
    Gets or sets WebStatement property of the XMP Rights Management schema. This XMP property specifies location of a web page describing the owner and/or rights statement for this resource.
    Syntax
    'Declaration
     
    Public Property WebStatement As ImGearXMPString
    'Usage
     
    Dim instance As ImGearRightsManagementXMPMetadata
    Dim value As ImGearXMPString
     
    instance.WebStatement = value
     
    value = instance.WebStatement
    public ImGearXMPString WebStatement {get; set;}
    public: __property ImGearXMPString* get_WebStatement();
    public: __property void set_WebStatement( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ WebStatement {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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