VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / ReadOnlyTiffTagId Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    ReadOnlyTiffTagId Enumeration
    In This Topic
    Specifies available read-only TIFF tag identifiers.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Enum ReadOnlyTiffTagId
       Inherits System.Enum
    
    
    [CLSCompliant(False)]
    public enum ReadOnlyTiffTagId : System.Enum
    
    
    [CLSCompliant(False)]
    __value public enum ReadOnlyTiffTagId : public System.Enum
    
    
    [CLSCompliant(False)]
    public enum class ReadOnlyTiffTagId : 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.
    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.
    PlanarConfigurationHow the components of each pixel are stored.
    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.
    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.
    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.
    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.
    ExtraSamplesExtra samples.
    SampleFormatSpecifies how to interpret each data sample in a pixel.
    SMinSampleValueSpecifies the minimum sample value.
    SMaxSampleValueSpecifies the maximum sample value.
    JPEGTablesJPEG quantization and/or Huffman tables.
    GlobalParametersIFDUsed in the TIFF-FX standard to point to an IFD containing tags that are globally applicable to the complete TIFF file.
    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.
    Inheritance Hierarchy

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

    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