Lists all IPTC Record 3 (Digital Newsphoto Parameter) DataSet tags.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearIPTCRecord3PhotoDatasetTags 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearIPTCRecord3PhotoDatasetTags : System.Enum 
             
        
            
            __value public enum ImGearIPTCRecord3PhotoDatasetTags : public System.Enum 
             
        
            
            public enum class ImGearIPTCRecord3PhotoDatasetTags : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
| BITS_PER_COMPONENT | Bits per component. | 
| COLOUR_MATRIX_TABLE | Colour calibration matrix table. | 
| COLOUR_PALETTE | Colour palette. | 
| COLOUR_REPRESENTATION | Colour representation. | 
| COLOUR_SEQUENCE | Colour sequence. | 
| DATA_COMPRESSION_METHOD | Data compression method. | 
| END_POINTS | End points. | 
| EXCURSION_TOLERANCE | Excursion tolerance. | 
| FORMAT | IPTC_PhotoDataset metadata format identifier. | 
| GAMMA_COMPENSATED_VALUE | Gamma compensated value. | 
| ICC_INPUT_COLOUR_PROFILE | ICC input colour profile. | 
| IMAGE_ROTATION | Image rotation. | 
| INTERCHANGE_COLOUR_SPACE | Interchange colour space. | 
| LOOKUP_TABLE | Lookup table. | 
| MAXIMUM_DENSITY_RANGE | Maximum density range. | 
| NUMBER_OF_BITS_PER_SAMPLE | Number of bits per sample. | 
| NUMBER_OF_INDEX_ENTRIES | Number of index entries. | 
| NUMBER_OF_LINE | Number of line. | 
| PICTURE_NUMBER | Picture number. | 
| PIXEL_SIZE_PERP_DIR | Pixel size perpendicular to scanning direction. | 
| PIXEL_SIZE_SCAN_DIR | Pixel size in scanning direction. | 
| PIXELS_PER_LINE | Pixels per line. | 
| QUANTISATION_METHOD | Quantisation method. | 
| RECORD_VERSION | Record version. | 
| SAMPLING_STRUCTURE | Sampling structure. | 
| SCANNING_DIRECTION | Scanning direction. | 
| SUPPLEMENT_TYPE | Supplement type. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearIPTCRecord3PhotoDatasetTags
 
            
            
            See Also