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

In This Topic
    Item Property (ExifProfile)
    In This Topic
    Gets the value corresponding to the specific tag.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal tag As ExifTag _
    ) As ExifValue
    public ExifValue this[ 
       ExifTag tag
    ]; {get;}

    Parameters

    tag
    See Also