VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffTagId Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    TiffTagId Enumeration
    In This Topic
    Specifies available tag IDs.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Enum TiffTagId
       Inherits System.Enum
    
    
    [CLSCompliant(False)]
    public enum TiffTagId : System.Enum
    
    
    [CLSCompliant(False)]
    __value public enum TiffTagId : public System.Enum
    
    
    [CLSCompliant(False)]
    public enum class TiffTagId : public System.Enum
    
    
    Members
    MemberDescription
    NewSubfileA general indication of the kind of data contained in this subfile.
    SubfileTypeA general indication of the kind of data contained in this subfile.
    ImageWidthThe number of columns in the image, i.e., the number of pixels per row.
    ImageLengthThe number of rows of pixels in the image.
    BitsPerSampleNumber of bits per component.
    CompressionCompression scheme used on the image data.
    PhotometricInterpretationThe color space of the image data.
    ThresholdingFor black and white TIFF files that represent shades of gray, the technique used to convert from gray to black and white pixels.
    CellWidthThe width of the dithering or halftoning matrix used to create a dithered or halftoned bilevel file.
    CellLengthThe length of the dithering or halftoning matrix used to create a dithered or halftoned bilevel file.
    FillOrderThe logical order of bits within a byte.
    DocumentNameThe name of the document from which this image was scanned.
    ImageDescriptorA string that describes the subject of the image.
    MakeThe scanner manufacturer.
    ModelThe scanner model name or number.
    StripOffsetsFor each strip, the byte offset of that strip.
    OrientationThe orientation of the image with respect to the rows and columns.
    SamplesPerPixelThe number of components per pixel.
    RowsPerStripThe number of rows per strip.
    StripByteCountsFor each strip, the number of bytes in the strip after compression.
    MinSampleValueThe minimum component value used.
    MaxSampleValueThe maximum component value used.
    XResolutionThe number of pixels per ResolutionUnit in the ImageWidth direction.
    YResolutionThe number of pixels per ResolutionUnit in the ImageLength direction.
    PlanarConfigurationHow the components of each pixel are stored.
    PageNameThe page number of the page from which this image was scanned.
    XPositionX position of the image.
    YPositionY position of the image.
    FreeOffsetsFor each string of contiguous unused bytes in a TIFF file, the byte offset of the string.
    FreeByteCountsFor each string of contiguous unused bytes in a TIFF file, the number of bytes in the string.
    GrayResponseUnitThe precision of the information contained in the GrayResponseCurve.
    GrayResponseCurveFor grayscale data, the optical density of each possible pixel value.
    T4OptionsOptions for Group 3 Fax compression.
    T6OptionsOptions for Group 4 Fax compression.
    ResolutionUnitThe unit of measurement for XResolution and YResolution.
    PageNumberThe page number of the page from which this image was scanned.
    ColorResponseUnitWith ColorResponseCurve specifies how each entry in the table is to be interpreted.
    ColorResponseCurveWith ColorResponseUnit specifies how each entry in the table is to be interpreted.
    SoftwareName and version number of the software package(s) used to create the image.
    DateTimeDate and time of image creation.
    ArtistPerson who created the image.
    HostComputerThe computer and/or operating system in use at the time of image creation.
    PredictorA mathematical operator that is applied to the image data before an encoding scheme is applied.
    WhitePointThe chromaticity of the white point of the image.
    PrimaryChromaticitiesThe chromaticities of the primaries of the image.
    ColorMapA color map for palette color images.
    HalftoneHintsConveys to the halftone function the range of gray levels within a colorimetrically-specified image that should retain tonal detail.
    TileWidthThe tile width in pixels. This is the number of columns in each tile.
    TileLengthThe tile length (height) in pixels. This is the number of rows in each tile.
    TileOffsetsFor each tile, the byte offset of that tile, as compressed and stored on disk.
    TileByteCountsFor each tile, the number of (compressed) bytes in that tile.
    BadFaxLinesUsed in the TIFF-F standard, denotes the number of 'bad' scan lines encountered by the facsimile device.
    CleanFaxDataUsed in the TIFF-F standard, indicates if 'bad' lines encountered during reception are stored in the data, or if 'bad' lines have been replaced by the receiver.
    ConsecutiveBadFaxLinesUsed in the TIFF-F standard, denotes the maximum number of consecutive 'bad' scanlines received.
    SubIFDsOffset to child IFDs.
    InkSetThe set of inks used in a separated (PhotometricInterpretation=5) image.
    InkNamesThe name of each ink used in a separated image.
    NumberOfInksThe number of inks.
    DotRangeThe component values that correspond to a 0% dot and 100% dot.
    TargetPrinterA description of the printing environment for which this separation is intended.
    ExtraSamplesExtra samples.
    SampleFormatSpecifies how to interpret each data sample in a pixel.
    SMinSampleValueSpecifies the minimum sample value.
    SMaxSampleValueSpecifies the maximum sample value.
    TransferRangeExpands the range of the TransferFunction.
    ClipPathMirrors the essentials of PostScript's path creation functionality.
    XClipPathUnitsThe number of units that span the width of the image, in terms of integer ClipPath coordinates.
    YClipPathUnitsThe number of units that span the height of the image, in terms of integer ClipPath coordinates.
    IndexedAims to broaden the support for indexed images to include support for any color space.
    JPEGTablesJPEG quantization and/or Huffman tables.
    OPIProxyOPI-related.
    GlobalParametersIFDUsed in the TIFF-FX standard to point to an IFD containing tags that are globally applicable to the complete TIFF file.
    ProfileTypeUsed in the TIFF-FX standard, denotes the type of data stored in this file or IFD.
    FaxProfileUsed in the TIFF-FX standard, denotes the 'profile' that applies to this file.
    CodingMethodsUsed in the TIFF-FX standard, indicates which coding methods are used in the file.
    VersionYearUsed in the TIFF-FX standard, denotes the year of the standard specified by the FaxProfile field.
    ModeNumberUsed in the TIFF-FX standard, denotes the mode of the standard specified by the FaxProfile field.
    DecodeUsed in the TIFF-F and TIFF-FX standards, holds information about the ITULAB (PhotometricInterpretation = 10) encoding.
    DefaultImageColorDefined in the Mixed Raster Content part of RFC 2301, is the default color needed in areas where no image is available.
    JPEGProcOld-style JPEG compression field.
    JPEGInterchangeFormatOld-style JPEG compression field.
    JPEGInterchangeFormatLengthOld-style JPEG compression field.
    JPEGRestartIntervalOld-style JPEG compression field.
    JPEGLosslessPredictorsOld-style JPEG compression field.
    JPEGPointTransformsOld-style JPEG compression field.
    JPEGQTablesOld-style JPEG compression field.
    JPEGDCTablesOld-style JPEG compression field.
    JPEGACTablesOld-style JPEG compression field.
    YCbCrCoefficientsThe transformation from RGB to YCbCr image data.
    YCbCrSubSamplingSpecifies the subsampling factors used for the chrominance components of a YCbCr image.
    YCbCrPositioningSpecifies the positioning of subsampled chrominance components relative to luminance samples.
    ReferenceBlackWhiteSpecifies a pair of headroom and footroom image data values (codes) for each pixel component.
    StripRowCountsDefined in the Mixed Raster Content part of RFC 2301, used to replace RowsPerStrip for IFDs with variable-sized strips.
    XMPXML packet containing XMP metadata.
    ImageIDOPI-related.
    WindowsRatingImage rating used by Windows.
    WindowsRatingInPercentsImage rating, in percent, used by Windows.
    ImageLayerDefined in the Mixed Raster Content part of RFC 2301, used to denote the particular function of this Image in the mixed raster scheme.
    WangAnnotationAnnotation data, as used in 'Imaging for Windows'.
    CopyrightCopyright notice.
    MDFileTagSpecifies the pixel data format encoding in the Molecular Dynamics GEL file format.
    MDScalePixelSpecifies a scale factor in the Molecular Dynamics GEL file format.
    MDColorTableUsed to specify the conversion from 16bit to 8bit in the Molecular Dynamics GEL file format.
    MDLabNameName of the lab that scanned this file, as used in the Molecular Dynamics GEL file format.
    MDSampleInfoInformation about the sample, as used in the Molecular Dynamics GEL file format.
    MDPrepDateDate the sample was prepared, as used in the Molecular Dynamics GEL file format.
    MDPrepTimeTime the sample was prepared, as used in the Molecular Dynamics GEL file format.
    MDFileUnitsUnits for data in this file, as used in the Molecular Dynamics GEL file format.
    ModelPixelScaleTagUsed in interchangeable GeoTIFF files.
    IPTCIPTC (International Press Telecommunications Council) metadata.
    INGRPacketDataTagIntergraph Application specific storage.
    INGRFlagRegistersIntergraph Application specific flags.
    IrasBTransformationMatrixOriginally part of Intergraph's GeoTIFF tags, but likely understood by IrasB only.
    ModelTiepointTagOriginally part of Intergraph's GeoTIFF tags, but now used in interchangeable GeoTIFF files.
    ModelTransformationTagUsed in interchangeable GeoTIFF files.
    PhotoshopCollection of Photoshop 'Image Resource Blocks'.
    ExifIFDA pointer to the Exif IFD.
    ICCProfileICC profile data.
    GeoKeyDirectoryTagUsed in interchangeable GeoTIFF files.
    GeoDoubleParamsTagUsed in interchangeable GeoTIFF files.
    GeoAsciiParamsTagUsed in interchangeable GeoTIFF files.
    GpsIFDA pointer to the Exif-related GPS Info IFD.
    HylaFAX_FaxRecvParamsUsed by HylaFAX.
    HylaFAX_FaxSubAddressUsed by HylaFAX.
    HylaFAX_FaxRecvTimeUsed by HylaFAX.
    ImageSourceDataUsed by Adobe Photoshop.
    XPTitleTitle used by Windows, encoded in UCS2.
    XPCommentComment used by Windows, encoded in UCS2.
    XPAuthorAuthor used by Windows, encoded in UCS2.
    XPKeywordsKeywords used by Windows, encoded in UCS2.
    XPSubjectSubject used by Windows, encoded in UCS2.
    InteroperabilityIFDA pointer to the Exif-related Interoperability IFD.
    GDALMetadataUsed by the GDAL library, holds an XML list of name=value 'metadata' values about the image as a whole, and about specific samples.
    GDALNoDataUsed by the GDAL library, contains an ASCII encoded nodata or background pixel value.
    OceScanjobDescriptionUsed in the Oce scanning process.
    OceApplicationSelectorUsed in the Oce scanning process.
    OceIdentificationNumberUsed in the Oce scanning process.
    PrintImageMatchingPrintImageMatching
    OceImageLogicCharacteristicsUsed in the Oce scanning process.
    DNGVersionUsed in IFD 0 of DNG files.
    DNGBackwardVersionUsed in IFD 0 of DNG files.
    UniqueCameraModelUsed in IFD 0 of DNG files.
    LocalizedCameraModelUsed in IFD 0 of DNG files.
    CFAPlaneColorUsed in Raw IFD of DNG files.
    CFALayoutUsed in Raw IFD of DNG files.
    LinearizationTableUsed in Raw IFD of DNG files.
    BlackLevelRepeatDimUsed in Raw IFD of DNG files.
    BlackLevelUsed in Raw IFD of DNG files.
    BlackLevelDeltaHUsed in Raw IFD of DNG files.
    BlackLevelDeltaVUsed in Raw IFD of DNG files.
    WhiteLevelUsed in Raw IFD of DNG files.
    DefaultScaleUsed in Raw IFD of DNG files.
    DefaultCropOriginUsed in Raw IFD of DNG files.
    DefaultCropSizeUsed in Raw IFD of DNG files.
    ColorMatrix1Used in IFD 0 of DNG files.
    ColorMatrix2Used in IFD 0 of DNG files.
    CameraCalibration1Used in IFD 0 of DNG files.
    CameraCalibration2Used in IFD 0 of DNG files.
    ReductionMatrix1Used in IFD 0 of DNG files.
    ReductionMatrix2Used in IFD 0 of DNG files.
    AnalogBalanceUsed in IFD 0 of DNG files.
    AsShotNeutralUsed in IFD 0 of DNG files.
    AsShotWhiteXYUsed in IFD 0 of DNG files.
    BaselineExposureUsed in IFD 0 of DNG files.
    BaselineNoiseUsed in IFD 0 of DNG files.
    BaselineSharpnessUsed in IFD 0 of DNG files.
    BayerGreenSplitUsed in Raw IFD of DNG files.
    LinearResponseLimitUsed in IFD 0 of DNG files.
    CameraSerialNumberUsed in IFD 0 of DNG files.
    LensInfoUsed in IFD 0 of DNG files.
    ChromaBlurRadiusUsed in Raw IFD of DNG files.
    AntiAliasStrengthUsed in Raw IFD of DNG files.
    DNGPrivateDataUsed in IFD 0 of DNG files.
    MakerNoteSafetyUsed in IFD 0 of DNG files.
    CalibrationIlluminant1Used in IFD 0 of DNG files.
    CalibrationIlluminant2Used in IFD 0 of DNG files.
    BestQualityScaleUsed in Raw IFD of DNG files.
    AliasLayerMetadataAlias Sketchbook Pro layer usage description.
    VintasoftBinaryAnnotationsVintasoft binary annotations.
    VintasoftXmpAnnotationsVintasoft XMP annotations.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffTagId

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also