Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / UnknownTags Property

In This Topic
    UnknownTags Property
    In This Topic
    Gets the list of values with unknown tags.
    Syntax
    'Declaration
     
    Public ReadOnly Property UnknownTags As System.Collections.Generic.List(Of ExifValue)
    public System.Collections.Generic.List<ExifValue> UnknownTags {get;}
    See Also