[]
Various settings used for encoding TIFF frame and saving in a stream.
public class TiffFrameSettings
Public Class TiffFrameSettings
Name | Description |
---|---|
TiffFrameSettings() | Initializes a new instance of TiffFrameSettings. |
TiffFrameSettings(TiffFrameSettings) | Initializes a new instance of TiffFrameSettings based on the other instance. |
Name | Description |
---|---|
Artist | Gets or sets a string that describes a person who created the image. |
BitsPerAlphaChannel | Gets or sets the number of bits per Alpha component of RGBA color data (8 by default). Applicable to RGBA images only. |
BitsPerBlueChannel | Gets or sets the number of bits per Blue component of RGB color data (8 by default). Applicable to RGB(A) images only. |
BitsPerGrayscale | Gets or sets the number of bits per Grayscale image color (8 by default). Applicable to Grayscale images only. |
BitsPerGreenChannel | Gets or sets the number of bits per Green component of RGB color data (8 by default). Applicable to RGB(A) images only. |
BitsPerRedChannel | Gets or sets the number of bits per Red component of RGB color data (8 by default). Applicable to RGB(A) images only. |
Compression | Gets or sets the TIFF compression method. |
Copyright | Gets or sets a string with image copyright notice. |
DateTime | Gets or sets a string with date and time of image creation in “YYYY:MM:DD HH:MM:SS”, with hours like those on a 24-hour clock, and one space character between the date and the time. |
Differencing | Gets or sets a value indicating if the pixel values are replaced by differences between consecutive pixels. Applicable to LZW and Deflate compression methods, ignored otherwise. |
HostComputer | Gets or sets a string that describes the computer and/or operating system in use at the time of image creation. |
ImageDescription | Gets or sets a string that describes the subject of the image. |
LowerBitsFirst | Gets or sets a value indicating whether the pixels are arranged within a byte such that pixels with lower column values are stored in the lower-order bits of the byte. Applicable to bilevel images only. |
Make | Gets or sets a string that describes the scanner manufacturer. |
Model | Gets or sets a string with the scanner model name or number. |
Orientation | Gets or sets the orientation of the image. |
Planar | Gets or sets a value indicating whether the color components are stored in separate "component planes." Applicable to RGB images only. |
PrimaryChromaticities | Gets or sets the chromaticities of the primaries of the image. |
Software | Gets or sets a string with the name and version number of the software package(s) used to create the image. |
TileHeight | Gets or sets a value specifying the tile height (length), in pixels, must be a multiple of 16. 0 is the value by default which means using strips instead of tiles. |
TileWidth | Gets or sets a value specifying the tile width, in pixels, must be a multiple of 16. 0 is the value by default which means using strips instead of tiles. |
WhitePoint | Gets or sets the chromaticity of the white point of the image. |