Namespace: BitMiracle.Docotic.Pdf
public sealed class TiffImageCompressionOptions : ImageCompressionOptions
Public NotInheritable Class TiffImageCompressionOptions Inherits ImageCompressionOptions
The TiffImageCompressionOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | BitonalThreshold |
Gets the threshold level to use when producing bitonal images.
|
![]() | BitsPerPixel |
Get the number of bits per pixel of the opaque image.
(Inherited from ImageCompressionOptions.) |
![]() | Format |
Gets the image format to use while saving an image of a PdfPage.
(Inherited from ImageCompressionOptions.) |
![]() | TileHeight |
Gets the height of tiles to use while drawing.
|
![]() | TileWidth |
Gets the width of tiles to use while drawing.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | SetBitonal |
Sets the options to produce bitonal (black-and-white) images.
|
![]() | SetBitonalThreshold |
Sets the threshold level to use when producing bitonal images.
|
![]() | SetCmyk |
Sets the options to produce CMYK images.
|
![]() | SetGrayscale |
Sets the options to produce grayscale images.
|
![]() | SetTileSize |
Sets the size of tiles to use while drawing.
|
![]() | ToString | (Inherited from Object.) |