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)
ParameterTypeDescription
artistString&The artist.

Return Value

True if successful

See Also