IPdfOptimizationOptions Properties |  |
The IPdfOptimizationOptions type exposes the following members.
Properties| | Name | Description |
|---|
 | AllowReusePageContent |
If enabled, pages with identical content streams are identified. When found, instead of duplicating contents for each page,
a single stream is referenced for all identical pages instead.
|
 | CompressImages |
If enabled, images in the document will be compressed using the specified ImageQuality |
 | CompressObjects |
If enabled, objects are grouped into object streams, compressed, and any repeated or redundant elements are consolidated.
|
 | FastCompression |
If enabled, uses a faster compression method with a tradeoff for speed instead of lower image compression.
|
 | ImageQuality |
Level of image compression to use when CompressImages is enabled.
|
 | LinkDuplicateStreams |
If enabled, all resource streams are checked and duplicate streams are removing.
|
 | MaxResolution |
Maximum resolution of images when ResizeImages is enabled.
|
 | RemoveUnusedObjects |
If enabled, all document objects checked and unused objects are removed.
|
 | RemoveUnusedStreams |
If enabled, all resources are checked and any unused resources are removed.
|
 | ResizeImages |
If enabled, images in the document will be resized using the specified MaxResolution |
 | UnembedFonts |
If enabled, embedded fonts within the document are removed.
|
Top
See Also