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

In This Topic
    RemoveValue Method
    In This Topic
    Removes the specified tag from the profile.
    Syntax
    'Declaration
     
    Public Function RemoveValue( _
       ByVal tag As ExifTag _
    ) As System.Boolean
    public System.bool RemoveValue( 
       ExifTag tag
    )

    Parameters

    tag

    Return Value

    true if the tag is successfully found and removed; otherwise, false. This method returns false if tag is not found in the profile.
    See Also