Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifDestination Enumeration

In This Topic
    ExifDestination Enumeration
    In This Topic
    Specifies the part of Exif matadata used for storing a specific tag.
    Syntax
    'Declaration
     
    Public Enum ExifDestination 
       Inherits System.Enum
    public enum ExifDestination : System.Enum 
    Members
    MemberDescription
    ExifTagsA set of tags for recording Exif-specific attribute information.
    GpsTagsA set of tags for recording information such as GPS information.
    InteropTagsA set of tags which store the information to ensure the Interoperability.
    TiffTagsIFD tags that follow the TIFF structure.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Exif.ExifDestination

    See Also