PdfCompressor Properties |
The PdfCompressor type exposes the following members.
Name | Description | |
---|---|---|
DocumentInformation |
PDF document information. Most of this property info is populated after Load. Some info is populated after Save.
(Inherited from PdfManager.) | |
ImagesCompressionEnabled |
Gets or sets a flag indicating if the images compression is enabled or not for the images in the pdf document.
| |
ImagesCompressionLevel |
Gets or sets the compression level of images in the generated pdf document. This is a value between 0 - no compression, 100 - best compression.
| |
RemoveDuplicateFonts |
Gets or sets a flag indicating if the duplicated fonts are removed or not from the pdf document.
| |
RemoveUnusedFontGlyphs |
Gets or sets a flag indicating if the unused font glyphs are removed or not from the pdf document.
| |
StreamsCompressionLevel |
This property controls the compression level of the pdf document.
| |
StructureCompressionEnabled |
Gets or sets a flag indicating if the full compression is enabled or not for the pdf document.
|