ImageMetadataReader.TryGetArtist
ImageMetadataReader.TryGetArtist method
It tries to find EXIF tag Artist, if the tag is not found it returns null
public bool TryGetArtist(out string artist)
Parameter | Type | Description |
---|---|---|
artist | String& | The artist. |
Return Value
True if successful
See Also
- class ImageMetadataReader
- namespace Aspose.Gis.ImageMetadata
- assembly Aspose.GIS