ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / Copyright Property




In This Topic
Copyright Property (ImGearTIFFXMPMetadata)
In This Topic
Gets or sets Copyright property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property Copyright As ImGearXMPLangAlt
 
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPLangAlt
 
instance.Copyright = value
 
value = instance.Copyright

Property Value

ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
Remarks
This XMP property represents TIFF tag 33432 (0x8298) and specifies copyright information.

Note: This property is stored in XMP as dc:rights.

See Also