ImageGear .NET - Updated
Artist Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : Artist Property
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
public ImGearXMPString Artist {get; set;}
public: __property ImGearXMPString* get_Artist();
public: __property void set_Artist( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Artist {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members