OptimizationOptions Properties

The DocumentOptimizationOptions type exposes the following members.

Properties
  NameDescription
Public propertyAllowReusePageContent
If true page contents will be reused when document is optimized for equal pages.
(Inherited from OptimizationOptions.)
Public propertyCompressImages Obsolete.
If this flag is set to true images will be compressed in the document. compression level is specfied with ImageQuality property.
(Inherited from OptimizationOptions.)
Public propertyImageCompressionOptions
Set of options which describe will images in the document be compressed and parameters of the compression.
(Inherited from OptimizationOptions.)
Public propertyImageEncoding
Image encodre which will be used.
(Inherited from OptimizationOptions.)
Public propertyImageQuality Obsolete.
Specifies level of image compression when CompressIamges flag is used.
(Inherited from OptimizationOptions.)
Public propertyLinkDuplcateStreams
If this flag is set to true, Resource streams will be analyzed. If duplicate streams are found (i.e. if stream contents is equal), then thes streams will be stored as one object. This allows to decrease document size in some cases (for example, when same document was concatenedted multiple times).
(Inherited from OptimizationOptions.)
Public propertyMaxResoultion
Specifies maximum resolution of images. If image has higher resolition it will be scaled
(Inherited from OptimizationOptions.)
Public propertyRemovePrivateInfo
Remove private information (page piece info).
(Inherited from OptimizationOptions.)
Public propertyRemoveUnusedObjects
If this flag is set to true, all document objects will be checked and unused objects (i.e. objects which does not have any reference) are removed from document.
(Inherited from OptimizationOptions.)
Public propertyRemoveUnusedStreams
If this flag set to true, every resource is checked on it's usage. If resource is never used, then resources is removed. This may decrease document size for example when pages were extracted from document.
(Inherited from OptimizationOptions.)
Public propertyResizeImages Obsolete.
If this flag set to true and CompressImages is true images will be resized if image resoultion is greater then specified MaxResolution parameter.
(Inherited from OptimizationOptions.)
Public propertySubsetFonts
Fonts will be converted into subsets if set to true.
(Inherited from OptimizationOptions.)
Public propertyUnembedFonts
Make fonts not embedded if set to true.
(Inherited from OptimizationOptions.)
See Also