ImageGear .NET
Artist Property (ImGearTIFFXMPMetadata)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback