TiffCodecCompression Class |
Namespace: Atalasoft.Imaging.Codec
The TiffCodecCompression type exposes the following members.
Name | Description | |
---|---|---|
![]() | TiffCodecCompression(TiffCompression) | Creates a new instance of TiffCodecCompression specifying the compression type.
|
![]() | TiffCodecCompression(TiffCompression, Int32) | Creates a new instance of TiffCodecCompression specifying the compression type and JPEG
quality. |
![]() | TiffCodecCompression(TiffCompression, Int32, Boolean) | Creates a new instance of TiffCodecCompression specifying the compression type, JPEG
Quality, and LZW Predictor. |
![]() | TiffCodecCompression(TiffCompression, Int32, Boolean, Boolean) | Creates a new instance of TiffCodecCompression specifying the compression type, JPEG
Quality, and LZW Predictor, and whether to use old style JPEG compression. |
Name | Description | |
---|---|---|
![]() | Compression | Gets or sets the TIFF compression to use. |
![]() | JpegQuality | Gets or sets the JPEG quality when Compression is set to JPEG. |
![]() | UseLzwPredictor | Gets or sets the LZW predictor value. |
![]() | UseOldJpegCompression | Obsolete. Gets or sets a value indicating if Old Style JPEG compression should be used when Compression is set to
JPEG. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |