The ConvertToTiffOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConvertToTiffOptions()()()() |
Create a new ConvertToTiffOptions with default settings.
| |
| ConvertToTiffOptions(Double, TiffCompression) |
Create a new ConvertToTiffOptions with given compression.
| |
| ConvertToTiffOptions(Double, TiffCompression, Boolean) |
Create a new ConvertToTiffOptions with given compression.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Compression |
Compression algorithm to use. Default is CcittG3.
| |
| DitherMatrix |
This is the matrix which used in the dithering process.
| |
| InvertImage |
Invert the TIFF image if set to true. Some TIFF viewers don't respect all tags and
display the image inverted. This setting should fix that.
| |
| PixelFormat |
The pixel format that will be used for the image.
| |
| Resolution |
Resolution in DPI. Default is 150.0.
|