Click or drag to resize
Pdf Library for .NET

PdfCompressor Properties

The PdfCompressor type exposes the following members.

Properties
  NameDescription
Public propertyDocumentInformation
PDF document information. Most of this property info is populated after Load. Some info is populated after Save.
(Inherited from PdfManager.)
Public propertyImagesCompressionEnabled
Gets or sets a flag indicating if the images compression is enabled or not for the images in the pdf document.
Public propertyImagesCompressionLevel
Gets or sets the compression level of images in the generated pdf document. This is a value between 0 - no compression, 100 - best compression.
Public propertyRemoveDuplicateFonts
Gets or sets a flag indicating if the duplicated fonts are removed or not from the pdf document.
Public propertyRemoveUnusedFontGlyphs
Gets or sets a flag indicating if the unused font glyphs are removed or not from the pdf document.
Public propertyStreamsCompressionLevel
This property controls the compression level of the pdf document.
Public propertyStructureCompressionEnabled
Gets or sets a flag indicating if the full compression is enabled or not for the pdf document.
Top
See Also