Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / GetValues Method

In This Topic
    GetValues Method
    In This Topic
    Returns the list of all known tags in the profile and their corresponding values.
    Syntax
    'Declaration
     
    Public Function GetValues() As System.Collections.Generic.List(Of KeyValuePair(Of ExifTag,ExifValue))
    public System.Collections.Generic.List<KeyValuePair<ExifTag,ExifValue>> GetValues()
    See Also