ImGearCompressOptions Class Members
In This Topic
The following tables list the members exposed by ImGearCompressOptions.
Public Constructors
Public Properties
| Name | Description |
| IsDownsampleImagesEnabled |
Gets or sets a value indicating whether higher resolution images are replaced with lower resolution
equivalents when visual quality is not too severely reduced.
|
| IsFieldFlatteningEnabled |
Gets or sets a value indicating whether to flatten AcroForm fields into page content.
This property is effective in compressing documents with many form fields.
|
| IsRemoveImageThumbnailEnabled |
Gets or sets a value indicating whether PDF image thumbnails are to be removed so as to decrease
the file size of the resulting document.
|
| IsRemoveMetadataEnabled |
Gets or sets a value indicating whether metadata is removed. It removes all metadata
streams except for the document's main metadata stream located in the catalog dictionary.
|
| RecompressImageJbig2CompressionLevel |
Gets or sets the JBIG2 compression used to recompress bitonal images.
|
| RecompressImageJpeg2kCompressionLevel |
Gets or sets the level of compression to be used on JPEG2K images in a document.
|
| RecompressImageJpegCompressionLevel |
Gets or sets the level of compression to be used on JPEG images in the document.
|
| RecompressUsingJpeg2k |
Gets or sets a value indicating whether to recompress gray and color images within a document
using JPEG2K or JPEG.
|
Top
See Also