TiffTags Enumeration

The tiff tag enum.

Namespace:  Aspose.CAD.FileFormats.Tiff.Enums
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum TiffTags
Members
  Member nameValueDescription
SubFileType254 Subfile data descriptor.
OsubfileType255 [obsoleted by TIFF rev. 5.0]
Kind of data in subfile.
ImageWidth256 Image width in pixels.
ImageLength257 Image height in pixels.
BitsPerSample258 Bits per channel (sample).
Compression259 Data compression technique.
Photometric262 Photometric interpretation.
Thresholding263 [obsoleted by TIFF rev. 5.0]
Thresholding used on data.
CellWidth264 [obsoleted by TIFF rev. 5.0]
Dithering matrix width.
CellLength265 [obsoleted by TIFF rev. 5.0]
Dithering matrix height.
FillOrder266 Data order within a byte.
DocumentName269 Name of document which holds for image.
ImageDescription270 Information about image.
Make271 Scanner manufacturer name.
Model272 Scanner model name/number.
StripOffsets273 Offsets to data strips.
Orientation274 [obsoleted by TIFF rev. 5.0]
Image orientation.
SamplesPerPixel277 Samples per pixel.
RowsPerStrip278 Rows per strip of data.
StripByteCounts279 Bytes counts for strips.
MinSampleValue280 [obsoleted by TIFF rev. 5.0]
Minimum sample value.
MaxSampleValue281 [obsoleted by TIFF rev. 5.0]
Maximum sample value.
Xresolution282 Pixels/resolution in x.
Yresolution283 Pixels/resolution in y.
PlanarConfig284 Storage organization.
PageName285 Page name image is from.
Xposition286 X page offset of image lhs.
Yposition287 Y page offset of image lhs.
FreeOffsets288 [obsoleted by TIFF rev. 5.0]
Byte offset to free block.
FreeByteCounts289 [obsoleted by TIFF rev. 5.0]
Sizes of free blocks.
GrayResponseUnit290 [obsoleted by TIFF rev. 6.0]
Gray scale curve accuracy.
GrayResponseCurve291 [obsoleted by TIFF rev. 6.0]
Gray scale response curve.
T4Options292 TIFF 6.0 proper name alias for GROUP3OPTIONS. Options for CCITT Group 3 fax encoding. 32 flag bits.
T6Options293 Options for CCITT Group 4 fax encoding. 32 flag bits. TIFF 6.0 proper name alias for GROUP4OPTIONS.
ResolutionUnit296 Units of resolutions.
PageNumber297 Page numbers of multi-page.
ColorResponseUnit300 [obsoleted by TIFF rev. 6.0]
Color curve accuracy.
TransferFunction301 Colorimetry info.
Software305 Name & release.
DateTime306 Creation date and time.
Artist315 Creator of image.
HostComputer316 Machine where created.
Predictor317 Prediction scheme w/ LZW.
WhitePoint318 Image white point.
PrimaryChromaticities319 Primary chromaticities.
ColorMap320 RGB map for pallette image.
HalftoneHints321 Highlight + shadow info.
TileWidth322 Tile width in pixels.
TileLength323 Tile height in pixels.
TileOffsets324 Offsets to data tiles.
TileByteCounts325 Byte counts for tiles.
BadFaxLines326 Lines with wrong pixel count.
CleanFaxData327 Regenerated line info.
ConsecutiveBadFaxLines328 Max consecutive bad lines.
SubIfd330 Subimage descriptors.
InkSet332 Inks in separated image.
InkNames333 ASCII names of inks.
NumberOfInks334 Number of inks.
DotRange336 0% and 100% dot codes.
TargetPrinter337 Separation target.
ExtraSamples338 Information about extra samples.
SampleFormat339 Data sample format.
SminSampleValue340 Variable MinSampleValue.
SmaxSampleValue341 Variable MaxSampleValue.
TransferRange342 Variable TransferRange
ClipPath343 ClipPath. Introduced post TIFF rev 6.0 by Adobe TIFF technote 2.
Xclippathunits344 XClipPathUnits. Introduced post TIFF rev 6.0 by Adobe TIFF technote 2.
Yclippathunits345 YClipPathUnits. Introduced post TIFF rev 6.0 by Adobe TIFF technote 2.
Indexed346 Indexed. Introduced post TIFF rev 6.0 by Adobe TIFF Technote 3.
JpegTables347 JPEG table stream. Introduced post TIFF rev 6.0.
OpiProxy351 OPI Proxy. Introduced post TIFF rev 6.0 by Adobe TIFF technote.
JpegProc512 [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme]
JPEG processing algorithm.
JpegInerchangeFormat513 [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme]
Pointer to SOI marker.
JpegInterchangeFormatLength514 [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme]
JFIF stream length
JpegRestartInterval515 [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme]
Restart interval length.
JpegLosslessPredictors517 [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme]
Lossless proc predictor.
JpegPointTransform518 [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme]
Lossless point transform.
JpegQTables519 [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme]
Q matrice offsets.
JpegDCtables520 [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme]
DCT table offsets.
JpegACtables521 [obsoleted by Technical Note #2 which specifies a revised JPEG-in-TIFF scheme]
AC coefficient offsets.
YcbcrCoefficients529 RGB -> YCbCr transform.
YcbcrSubSampling530 YCbCr subsampling factors.
YcbcrPositioning531 Subsample positioning.
ReferenceBlackWhite532 Colorimetry info.
XmlPacket700 XML packet. Introduced post TIFF rev 6.0 by Adobe XMP Specification, January 2004.
OpiImageid32781 OPI ImageID. Introduced post TIFF rev 6.0 by Adobe TIFF technote.
Refpts32953 Image reference points. Private tag registered to Island Graphics.
Copyright33432 Copyright string. This tag is listed in the TIFF rev. 6.0 w/ unknown ownership.
IccProfile34675 The embedded ICC device profile
ExifIfdPointer34665 A pointer to the Exif IFD.
See Also