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 opaque image.
|
![]() | Format |
Gets the image format to use while saving an image of a PdfPage.
|
![]() | JpegQuality |
Gets the JPEG compression quality.
|
![]() | 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.
|
![]() ![]() | CreateCmykJpeg() |
Creates options for CMYK JPEG images.
|
![]() ![]() | CreateCmykJpeg(Int32) |
Creates options for CMYK JPEG images with specified compression quality.
|
![]() ![]() | CreateCmykTiff |
Creates options for CMYK TIFF images.
|
![]() ![]() | CreateGrayscaleJpeg() |
Creates options for grayscale JPEG images.
|
![]() ![]() | CreateGrayscaleJpeg(Int32) |
Creates options for grayscale JPEG images with specified compression quality.
|
![]() ![]() | CreateGrayscalePng |
Creates options for grayscale PNG images.
|
![]() ![]() | CreateGrayscaleTiff |
Creates options for grayscale TIFF images.
|
![]() ![]() | CreateJpeg() |
Creates options for JPEG images.
|
![]() ![]() | CreateJpeg(Int32) |
Creates options for JPEG images with specified compression quality.
|
![]() ![]() | CreatePng |
Creates options for PNG images.
|
![]() ![]() | CreateTiff |
Creates options for TIFF images.
|
![]() ![]() | CreateTiledTiff |
Creates options for tiled TIFF images.
|
![]() | 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.) |