ImageGear .NET - Updated October 2, 2018
Copyright Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : Copyright Property
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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members