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

In This Topic
    HasValue Method
    In This Topic
    Returns a value indicating if the specified tag is defined in the profile.
    Syntax
    'Declaration
     
    Public Function HasValue( _
       ByVal tag As ExifTag _
    ) As System.Boolean
    public System.bool HasValue( 
       ExifTag tag
    )

    Parameters

    tag
    See Also