ImageGearJava Project > com.accusoft.imagegear.formats.tif Package : ImGearTIFFMetadata Class |
The following tables list the members exposed by ImGearTIFFMetadata.
Name | Description | |
---|---|---|
ImGearTIFFMetadata Constructor | Initializes a new instance of the ImGearTIFFMetadata class. |
Name | Description | |
---|---|---|
getArtist | Returns Artist tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Artist tag. The tag specifies the person who created the image. | |
getBitsPerSample | Gets BitsPerSample tag value. Method returns the tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the BitsPerSample tag. The tag specifies number of bits per image component. ImageGear ignores the value of this tag during image saving, and saves a value that corresponds to the saved image DIB's parameters. See the TIFF 6.0 specification for tag usage details. | |
getCellLength | Returns CellLength tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the CellLength tag. The tag specifies the length of the dithering or halftoning matrix used to create a dithered or halftoned bilevel file. | |
getCellWidth | Returns CellWidth tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the CellWidth tag. The tag specifies the width of the dithering or halftoning matrix used to create a dithered or halftoned bilevel file. | |
getColorMap | Returns ColorMap tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ColorMap tag. The tag specifies a color map for palette color images. | |
getCompression | Returns Compression tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Compression tag. The tag specifies the compression scheme used on the image data. | |
getCopyright | Returns Copyright tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Copyright tag. The tag specifies the copyright notice for the image. | |
getDateTime | Returns Date tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Date tag. The tag specifies the date and time of image creation. | |
getDocumentName | Returns DocumentName tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the DocumentName tag. The tag specifies the name of the document from which this image was scanned. | |
getDotRange | Returns DotRange tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the DotRange tag. The tag specifies the component values that correspond to a 0% dot and 100% dot. DotRange[0] corresponds to a 0% dot, and DotRange[1] corresponds to a 100% dot. | |
getExtraSamples | Returns ExtraSamples tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ExtraSamples tag. The tag describes the usage of the image's extra components. | |
getFillOrder | Returns FillOrder tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the FillOrder tag. The tag specifies the logical order of bits within a byte. | |
getFreeByteCounts | Returns FreeByteCounts tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the FreeByteCounts tag. For each string of contiguous unused bytes in a TIFF file, the tag specifies the number of bytes in the string. | |
getFreeOffsets | Returns FreeOffsets tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the FreeOffsets tag. For each string of contiguous unused bytes in a TIFF file, the tag specifies byte offset of the string. | |
getGrayResponseCurve | Returns GrayResponseCurve tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GrayResponseCurve tag. For grayscale data, the tag specifies optical density of each possible pixel value. | |
getGrayResponseUnit | Returns GrayResponseUnit tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GrayResponseUnit tag. The tag specifies the precision of the information contained in the GrayResponseCurve. | |
getHalftoneHints | Returns HalftoneHints tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the HalftoneHints tag. The purpose of the HalftoneHints tag is to convey to the halftone function the range of gray levels within a colorimetrically-specified image that should retain tonal detail. | |
getHostComputer | Returns HostComputer tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the HostComputer tag. The tag specifies the computer and/or operating system in use at the time of image creation. | |
getImageDescription | Returns ImageDescription tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ImageDescription tag. The tag describes the subject of the image. | |
getImageLength | Returns ImageLength tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ImageLength tag. The tag specifies the number of rows of pixels in the image. | |
getImageWidth | Returns ImageWidth tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ImageWidth tag. The tag specifies the number of columns in the image, i.e., the number of pixels per row. | |
getInkNames | Returns InkNames tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the InkNames tag. The tag specifies the name of each ink used in a separated (PhotometricInterpretation=5) image. | |
getInkSet | Returns InkSet tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the InkSet tag. The tag specifies the set of inks used in a separated (PhotometricInterpretation=5) image. | |
getInterColorProfile | Returns InterColorProfile tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the InterColorProfile tag. The tag encodes an embedded InterColor (ICC) device profile relating to the camera color characterization. | |
getJPEGACTables | Returns JPEGACTables tag.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGACTables tag value. The tag specifies the list of offsets to the Huffman AC tables, one per component. | |
getJPEGDCTables | Returns JPEGDCTables tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This field points to a list of offsets to the DC Huffman tables or the lossless Huffman tables, one per component. | |
getJPEGInterchangeFormat | Returns JPEGInterchangeFormat tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGInterchangeFormat tag. This field indicates whether a JPEG interchange format bitstream is present in the TIFF file. If a JPEG interchange format bitstream is present, then this tag points to the Start of Image (SOI) marker code. | |
getJPEGInterchangeFormatLength | Returns JPEGInterchangeFormatLngth tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGInterchangeFormatLength tag. This tag indicates the length in bytes of the JPEG interchange format bitstream. | |
getJPEGLosslessPredictors | Returns JPEGLosslessPredictors tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGLosslessPredictors tag. This tag points to a list of lossless predictor-selection values, one per component. | |
getJPEGPointTransforms | Returns JPEGPointTransforms tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGPointTransforms tag. This field points to a list of point transform values, one per component. This field is relevant only for lossless processes. | |
getJPEGProc | Gets JPEGProc tag value.
This method accesses the JPEGProc tag. This Tag indicates the JPEG process used to produce the compressed data. The values for this field are defined to be consistent with the numbering convention used in ISO DIS 10918-2. get accessor returns the tag value if the tag is present in the metadata tree, or null otherwise. ImageGear ignores the value of this tag during image saving, and saves a value that corresponds to the saved image DIB's parameters. See the TIFF 6.0 specification for tag usage details. | |
getJPEGQTables | Returns JPEGQTables tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGQTables tag. The tag points to a list of offsets to the quantization tables, one per component. Each table consists of 64 BYTES (one for each DCT coefficient in the 8x8 block). | |
getJPEGRestartInterval | Returns JPEGRestartInterval tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGRestartInterval tag. This field indicates the length of the restart interval used in the compressed image data. | |
getMake | Returns Make tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Make tag. The tag specifies the scanner or digital camera manufacturer. | |
getMaxSampleValue | Returns MaxSampleValue tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the MaxSampleValue tag. The tag specifies the maximum component value used in the image. | |
getMinSampleValue | Returns MinSampleValue tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the MinSampleValue tag. The tag specifies the minimum component value used in the image. | |
getModel | Returns Model tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Model tag. The tag specifies the scanner or digital camera model name or number. | |
getNewSubfileType | Returns NewSubfileType tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the NewSubfileType tag. The tag provides a general indication of the kind of data contained in this subfile. The value is composed as a bitmask, using the members of ImGearTIFFNewSubFileTypeMasks enumeration. | |
getNumberOfInks | Returns NumberOfInks tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the NumberOfInks tag. The tag specifies the number of inks. Usually equal to SamplesPerPixel, unless there are extra samples. | |
getOrientation | Returns Orientation tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Orientation tag. The tag specifies the orientation of the image with respect to the rows and columns. | |
getPageName | Returns PageName tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PageName tag. The tag specifies the name of the page from which this image was scanned. | |
getPageNumber | Returns PageNumber tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PageNumber tag. The tag specifies the page number of the page from which this image was scanned. PageNumber[0] is the page number; PageNumber[1] is the total number of pages in the document. If PageNumber[1] is 0, the total number of pages in the document is not available. | |
getPhotometricInterpretation | Returns PhotometricInterpretation tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PhotometricInterpretation tag. This tag indicates the color space of the image. | |
getPlanarConfig | Returns PlanarConfig tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PlanarConfig tag. The tag specifies how the components of each pixel are stored. | |
getPredictorType | Returns PredictorType tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PredictorType tag. Predictor is a mathematical operator that is applied to the image data before an encoding scheme is applied. It greatly improves compression ratios for some images. | |
getPrimaryChromaticities | Returns PrimaryChromaticities tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PrimaryChromaticities tag. The tag specifies chromaticities of the primaries of the image. | |
getReferenceBlackWhite | Returns ReferenceBlackWhite tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ReferenceBlackWhite tag. The tag specifies a pair of headroom and footroom image data values (codes) for each pixel component. The first component code within a pair is associated with ReferenceBlack, and the second is associated with ReferenceWhite. | |
getResolutionUnit | Returns ResolutionUnit tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ResolutionUnit tag. The tag specifies the unit of measurement for XResolution and YResolution. | |
getRowsPerStrip | Returns RowsPerStrip tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the RowsPerStrip tag. The tag specifies the number of rows per strip. | |
getSampleFormat | Returns SampleFormat tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the SampleFormat tag. The tag specifies how to interpret each data sample in a pixel. | |
getSamplesPerPixel | Returns SamplesPerPixel tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the SamplesPerPixel tag. The tag specifies the number of components per pixel. | |
getSMaxSampleValue | Returns SMaxSampleValue tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the SMaxSampleValue tag. The tag specifies the maximum sample value. | |
getSMinSampleValue | Returns SMinSampleValue tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the SMinSampleValue tag. The tag specifies the minimum sample value. | |
getSoftware | Returns Software tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Software tag. The tag specifies the name and version number of the software package(s) used to create the image. | |
getStripByteCounts | Gets StripByteCounts tag value.
This property accesses the StripByteCounts tag. The tag specifies the number of bytes after any compression, for each strip. ImageGear ignores the value of this tag during image saving, and saves a value that corresponds to the saved image DIB's parameters. See the TIFF 6.0 specification for tag usage details. | |
getStripOffsets | Returns StripOffsets tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the StripOffsets tag. The tag specifies the byte offset for each strip. | |
getSubFileType | Returns SubFileType tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the SubFileType tag. The tag specifies general indication of the kind of data contained in this subfile. This tag is deprecated. The getNewSubfileType method should be used instead. | |
getT4Options | Returns T4Options tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the T4Options tag. The tag specifies options for CCITT Group 3 compression. | |
getT6Options | Returns T6Options tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the T6Options tag. The tag specifies options for CCITT Group 4 compression. | |
getTargetPrinter | Returns TargetPrinter tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TargetPrinter tag. The tag specifies a description of the printing environment for which this separation is intended. | |
getThreshholding | Returns Threshholding tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Threshholding tag. For black and white TIFF files that represent shades of gray, this tag specifies the technique used to convert from gray to black and white pixels. | |
getTileByteCounts | Returns TileByteCounts tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TileByteCounts tag. The tag specifies the number of (compressed) bytes in the tile, for each image tile. | |
getTileLength | Returns TileLength tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TileLength tag. The tag specifies the number of rows in each tile. | |
getTileOffsets | Returns TileOffsets tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TileOffsets tag. The tag specifies the byte offsets of all image tiles, as compressed and stored on disk. The offset is specified with respect to the beginning of the TIFF file. | |
getTileWidth | Returns TileWidth tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TileWidth tag. The tag specifies the number of columns in each tile. | |
getTransferFunction | Gets TransferFunction tag value. Method returns the tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the TransferFunction tag. The tag describes a transfer function for the image in tabular style. See the TIFF 6.0 specification for tag usage details. | |
getTransferRange | Returns TransferRange tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TransferRange tag. The tag expands the range of the TransferFunction. | |
getWhitePoint | Returns WhitePoint tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the WhitePoint tag. The tag specifies the chromaticity of the white point of the image. | |
getXPosition | Returns XPosition tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the XPosition tag. The tag specifies x position of the image. | |
getXResolution | Returns XResolution tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the XResolution tag. The tag specifies the number of pixels per ResolutionUnit in the ImageWidth (typically, horizontal - see Orientation) direction. | |
getYCbCrCoefficients | Gets YCbCrSubSampling tag value.
This property accesses the YCbCrSubSampling tag. The tag specifies the subsampling factors used for the chrominance components of a YCbCr image. See the TIFF 6.0 specification for tag usage details. | |
getYCbCrPositioning | Returns YCbCrPositioning tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the YCbCrPositioning tag. The tag specifies the positioning of subsampled chrominance components relative to luminance samples. | |
getYCbCrSubSampling | Gets YCbCrSubSampling tag value. Method returns the tag value if the tag is present in the metadata tree, or null otherwise. if it was not present, or deletes the tag if a null value is passed.
This method accesses the YCbCrSubSampling tag. The tag specifies the subsampling factors used for the chrominance components of a YCbCr image. See the TIFF 6.0 specification for tag usage details. | |
getYPosition | Returns YPosition tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the YPosition tag. The tag specifies Y offset in ResolutionUnits of the top of the image, with respect to the top of the page. In the TIFF coordinate scheme, the positive Y direction is down, so that YPosition is always positive. | |
getYResolution | Returns YResolution tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the YResolution tag. The tag specifies the number of pixels per ResolutionUnit in the ImageLength (typically, vertical) direction. | |
setArtist | Sets Artist tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Artist tag. The tag specifies the person who created the image. | |
setBitsPerSample | Sets BitsPerSample tag value. get accessor returns the tag value if the tag is present in the metadata tree, or null otherwise. Method replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed.
This method accesses the BitsPerSample tag. The tag specifies number of bits per image component. ImageGear ignores the value of this tag during image saving, and saves a value that corresponds to the saved image DIB's parameters. See the TIFF 6.0 specification for tag usage details. | |
setCellLength | Sets CellLength tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the CellLength tag. The tag specifies the length of the dithering or halftoning matrix used to create a dithered or halftoned bilevel file. | |
setCellWidth | Sets CellWidth tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the CellWidth tag. The tag specifies the width of the dithering or halftoning matrix used to create a dithered or halftoned bilevel file. | |
setColorMap | Sets ColorMap tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ColorMap tag. The tag specifies a color map for palette color images. | |
setCompression | Sets Compression tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Compression tag. The tag specifies the compression scheme used on the image data. | |
setCopyright | Sets Copyright tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Copyright tag. The tag specifies the copyright notice for the image. | |
setDateTime | Sets Date tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Date tag. The tag specifies the date and time of image creation. | |
setDocumentName | Sets DocumentName tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the DocumentName tag. The tag specifies the name of the document from which this image was scanned. | |
setDotRange | Sets DotRange tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the DotRange tag. The tag specifies the component values that correspond to a 0% dot and 100% dot. DotRange[0] corresponds to a 0% dot, and DotRange[1] corresponds to a 100% dot. | |
setExtraSamples | Sets ExtraSamples tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ExtraSamples tag. The tag describes the usage of the image's extra components. | |
setFillOrder | Sets FillOrder tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the FillOrder tag. The tag specifies the logical order of bits within a byte. | |
setFreeByteCounts | Sets FreeByteCounts tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the FreeByteCounts tag. For each string of contiguous unused bytes in a TIFF file, the tag specifies the number of bytes in the string. | |
setFreeOffsets | Sets FreeOffsets tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the FreeOffsets tag. For each string of contiguous unused bytes in a TIFF file, the tag specifies byte offset of the string. | |
setGrayResponseCurve | Sets GrayResponseCurve tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GrayResponseCurve tag. For grayscale data, the tag specifies optical density of each possible pixel value. | |
setGrayResponseUnit | Sets GrayResponseUnit tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the GrayResponseUnit tag. The tag specifies the precision of the information contained in the GrayResponseCurve. | |
setHalftoneHints | Sets HalftoneHints tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the HalftoneHints tag. The purpose of the HalftoneHints tag is to convey to the halftone function the range of gray levels within a colorimetrically-specified image that should retain tonal detail. | |
setHostComputer | Sets HostComputer tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the HostComputer tag. The tag specifies the computer and/or operating system in use at the time of image creation. | |
setImageDescription | Sets ImageDescription tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ImageDescription tag. The tag describes the subject of the image. | |
setImageLength | Sets ImageLength tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ImageLength tag. The tag specifies the number of rows of pixels in the image. | |
setImageWidth | Sets ImageWidth tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ImageWidth tag. The tag specifies the number of columns in the image, i.e., the number of pixels per row. | |
setInkNames | Sets InkNames tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the InkNames tag. The tag specifies the name of each ink used in a separated (PhotometricInterpretation=5) image. | |
setInkSet | Sets InkSet tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the InkSet tag. The tag specifies the set of inks used in a separated (PhotometricInterpretation=5) image. | |
setInterColorProfile | Sets InterColorProfile tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the InterColorProfile tag. The tag encodes an embedded InterColor (ICC) device profile relating to the camera color characterization. | |
setJPEGACTables | Sets JPEGACTables tag.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGACTables tag value. The tag specifies the list of offsets to the Huffman AC tables, one per component. | |
setJPEGDCTables | Sets JPEGDCTables tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This field points to a list of offsets to the DC Huffman tables or the lossless Huffman tables, one per component. | |
setJPEGInterchangeFormat | Sets JPEGInterchangeFormat tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGInterchangeFormat tag. This field indicates whether a JPEG interchange format bitstream is present in the TIFF file. If a JPEG interchange format bitstream is present, then this tag points to the Start of Image (SOI) marker code. | |
setJPEGInterchangeFormatLength | Sets JPEGInterchangeFormatLngth tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGInterchangeFormatLength tag. This tag indicates the length in bytes of the JPEG interchange format bitstream. | |
setJPEGLosslessPredictors | Sets JPEGLosslessPredictors tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGLosslessPredictors tag. This tag points to a list of lossless predictor-selection values, one per component. | |
setJPEGPointTransforms | Sets JPEGPointTransforms tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGPointTransforms tag. This field points to a list of point transform values, one per component. This field is relevant only for lossless processes. | |
setJPEGProc | Sets JPEGProc tag value. Method replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed.
This method accesses the JPEGProc tag. This Tag indicates the JPEG process used to produce the compressed data. The values for this field are defined to be consistent with the numbering convention used in ISO DIS 10918-2. get accessor returns the tag value if the tag is present in the metadata tree, or null otherwise. ImageGear ignores the value of this tag during image saving, and saves a value that corresponds to the saved image DIB's parameters. See the TIFF 6.0 specification for tag usage details. | |
setJPEGQTables | Sets JPEGQTables tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGQTables tag. The tag points to a list of offsets to the quantization tables, one per component. Each table consists of 64 BYTES (one for each DCT coefficient in the 8x8 block). | |
setJPEGRestartInterval | Sets JPEGRestartInterval tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the JPEGRestartInterval tag. This field indicates the length of the restart interval used in the compressed image data. | |
setMake | Sets Make tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Make tag. The tag specifies the scanner or digital camera manufacturer. | |
setMaxSampleValue | Sets MaxSampleValue tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the MaxSampleValue tag. The tag specifies the maximum component value used in the image. | |
setMinSampleValue | Sets MinSampleValue tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the MinSampleValue tag. The tag specifies the minimum component value used in the image. | |
setModel | Sets Model tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Model tag. The tag specifies the scanner or digital camera model name or number. | |
setNewSubfileType | Sets NewSubfileType tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the NewSubfileType tag. The tag provides a general indication of the kind of data contained in this subfile. The value is composed as a bitmask, using the members of ImGearTIFFNewSubFileTypeMasks enumeration. | |
setNumberOfInks | Sets NumberOfInks tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the NumberOfInks tag. The tag specifies the number of inks. Usually equal to SamplesPerPixel, unless there are extra samples. | |
setOrientation | Sets Orientation tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Orientation tag. The tag specifies the orientation of the image with respect to the rows and columns. | |
setPageName | Sets PageName tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PageName tag. The tag specifies the name of the page from which this image was scanned. | |
setPageNumber | Sets PageNumber tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PageNumber tag. The tag specifies the page number of the page from which this image was scanned. PageNumber[0] is the page number; PageNumber[1] is the total number of pages in the document. If PageNumber[1] is 0, the total number of pages in the document is not available. | |
setPhotometricInterpretation | Sets PhotometricInterpretation tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PhotometricInterpretation tag. This tag indicates the color space of the image. | |
setPlanarConfig | Sets PlanarConfig tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PlanarConfig tag. The tag specifies how the components of each pixel are stored. | |
setPredictorType | Sets PredictorType tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PredictorType tag. Predictor is a mathematical operator that is applied to the image data before an encoding scheme is applied. It greatly improves compression ratios for some images. | |
setPrimaryChromaticities | Sets PrimaryChromaticities tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the PrimaryChromaticities tag. The tag specifies chromaticities of the primaries of the image. | |
setReferenceBlackWhite | Sets ReferenceBlackWhite tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ReferenceBlackWhite tag. The tag specifies a pair of headroom and footroom image data values (codes) for each pixel component. The first component code within a pair is associated with ReferenceBlack, and the second is associated with ReferenceWhite. | |
setResolutionUnit | Sets ResolutionUnit tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the ResolutionUnit tag. The tag specifies the unit of measurement for XResolution and YResolution. | |
setRowsPerStrip | Sets RowsPerStrip tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the RowsPerStrip tag. The tag specifies the number of rows per strip. | |
setSampleFormat | Sets SampleFormat tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the SampleFormat tag. The tag specifies how to interpret each data sample in a pixel. | |
setSamplesPerPixel | Sets SamplesPerPixel tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the SamplesPerPixel tag. The tag specifies the number of components per pixel. | |
setSMaxSampleValue | Sets SMaxSampleValue tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the SMaxSampleValue tag. The tag specifies the maximum sample value. | |
setSMinSampleValue | Sets SMinSampleValue tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the SMinSampleValue tag. The tag specifies the minimum sample value. | |
setSoftware | Sets Software tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Software tag. The tag specifies the name and version number of the software package(s) used to create the image. | |
setStripByteCounts | Sets StripByteCounts tag value.
This property accesses the StripByteCounts tag. The tag specifies the number of bytes after any compression, for each strip. ImageGear ignores the value of this tag during image saving, and saves a value that corresponds to the saved image DIB's parameters. See the TIFF 6.0 specification for tag usage details. | |
setStripOffsets | Sets StripOffsets tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the StripOffsets tag. The tag specifies the byte offset for each strip. | |
setSubFileType | Sets SubFileType tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the SubFileType tag. The tag specifies general indication of the kind of data contained in this subfile. This tag is deprecated. The setNewSubfileType method should be used instead. | |
setT4Options | Sets T4Options tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the T4Options tag. The tag specifies options for CCITT Group 3 compression. | |
setT6Options | Sets T6Options tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the T6Options tag. The tag specifies options for CCITT Group 4 compression. | |
setTargetPrinter | Sets TargetPrinter tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TargetPrinter tag. The tag specifies a description of the printing environment for which this separation is intended. | |
setThreshholding | Sets Threshholding tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the Threshholding tag. For black and white TIFF files that represent shades of gray, this tag specifies the technique used to convert from gray to black and white pixels. | |
setTileByteCounts | Sets TileByteCounts tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TileByteCounts tag. The tag specifies the number of (compressed) bytes in the tile, for each image tile. | |
setTileLength | Sets TileLength tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TileLength tag. The tag specifies the number of rows in each tile. | |
setTileOffsets | Sets TileOffsets tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TileOffsets tag. The tag specifies the byte offsets of all image tiles, as compressed and stored on disk. The offset is specified with respect to the beginning of the TIFF file. | |
setTileWidth | Sets TileWidth tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TileWidth tag. The tag specifies the number of columns in each tile. | |
setTransferFunction | Sets TransferFunction tag value. Method replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed.
This method accesses the TransferFunction tag. The tag describes a transfer function for the image in tabular style.
See the TIFF 6.0 specification for tag usage details. | |
setTransferRange | Sets TransferRange tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the TransferRange tag. The tag expands the range of the TransferFunction. | |
setWhitePoint | Sets WhitePoint tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the WhitePoint tag. The tag specifies the chromaticity of the white point of the image. | |
setXPosition | Sets XPosition tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the XPosition tag. The tag specifies x position of the image. | |
setXResolution | Sets XResolution tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the XResolution tag. The tag specifies the number of pixels per ResolutionUnit in the ImageWidth (typically, horizontal - see Orientation) direction. | |
setYCbCrCoefficients | Sets YCbCrSubSampling tag value.
This property accesses the YCbCrSubSampling tag. The tag specifies the subsampling factors used for the chrominance components of a YCbCr image. See the TIFF 6.0 specification for tag usage details. | |
setYCbCrPositioning | Sets YCbCrPositioning tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the YCbCrPositioning tag. The tag specifies the positioning of subsampled chrominance components relative to luminance samples. | |
setYCbCrSubSampling | Sets YCbCrSubSampling tag value. Method replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed.
\This method accesses the YCbCrSubSampling tag. The tag specifies the subsampling factors used for the chrominance components of a YCbCr image. See the TIFF 6.0 specification for tag usage details. | |
setYPosition | Sets YPosition tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the YPosition tag. The tag specifies Y offset in ResolutionUnits of the top of the image, with respect to the top of the page. In the TIFF coordinate scheme, the positive Y direction is down, so that YPosition is always positive. | |
setYResolution | Sets YResolution tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the YResolution tag. The tag specifies the number of pixels per ResolutionUnit in the ImageLength (typically, vertical) direction. |