Namespace: BitMiracle.Docotic.Pdf
public class ImageCompressionOptions
Public Class ImageCompressionOptions
The ImageCompressionOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | BitonalConversionThreshold |
Gets the threshold level to use when producing bitonal images.
|
![]() | BitsPerPixel |
Get the number of bits per pixel of the image.
|
![]() | Format |
Gets the image format to use while saving an image of a PdfPage.
|
![]() | TileHeight |
Gets the height of the tile to use while drawing.
|
![]() | TileWidth |
Gets the width of the tile to use while drawing.
|
Name | Description | |
---|---|---|
![]() ![]() | CreateBitonalTiff() |
Creates options for bitonal (black and white) TIFF images.
|
![]() ![]() | CreateBitonalTiff(Int32) |
Creates options for TIFF images with specified number of bits per pixel and specified
threshold level to use when producing bitonal images.
|
![]() ![]() | CreateGrayscaleJpeg |
Creates options for grayscale JPEG images.
|
![]() ![]() | CreateGrayscalePng |
Creates options for grayscale PNG images.
|
![]() ![]() | CreateGrayscaleTiff |
Creates options for grayscale TIFF images.
|
![]() ![]() | CreateJpeg |
Creates options for JPEG images.
|
![]() ![]() | CreatePng |
Creates options for PNG images.
|
![]() ![]() | CreateTiff |
Creates options for TIFF images.
|
![]() ![]() | CreateTiledTiff |
Creates options for tiled TIFF images.
|
![]() | Equals | (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 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 | Returns a string that represents the current object. (Inherited from Object.) |