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

In This Topic
    ExifProfile Class Methods
    In This Topic

    For a list of all members of this type, see ExifProfile members.

    Public Methods
     NameDescription
    Public MethodClears all known and unknown tags and resets the instance of ExifProfile to the default state.  
    Public MethodCreates a copy of this ExifProfile.  
    Public MethodReturns an array of all known tags in the profile.  
    Public MethodReturns the list of all known tags in the profile and their corresponding values.  
    Public MethodReturns a value indicating if the specified tag is defined in the profile.  
    Public MethodOverloaded. Loads Exif metadata from a byte array.  
    Public MethodRemoves the specified tag from the profile.  
    Public MethodSaves Exif metadata to a Stream.  
    Public MethodSaves Exif metadata to a byte array.  
    Top
    See Also