[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifProfile.GetValues

GetValues Method

GetValues()

Returns the list of all known tags in the profile and their corresponding values.

Declaration
public List<KeyValuePair<ExifTag, ExifValue>> GetValues()
Public Function GetValues() As List(Of KeyValuePair(Of ExifTag, ExifValue))
Returns
Type Description
List<KeyValuePair<ExifTag, ExifValue>>