ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPMedia Class / WebStatement Property




In This Topic
WebStatement Property (ImGearXMPMedia)
In This Topic
Gets or sets the 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 ImGearXMPMedia
Dim value As ImGearXMPString
 
instance.WebStatement = value
 
value = instance.WebStatement

Property Value

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