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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents TIFF tag 315 (x13B) and specifies camera owner, photographer or image creator.

Note: This property is stored in XMP as the first item in the dc:creator array.

See Also