OptimizationOptions Class |
Namespace: Aspose.Pdf.Optimization
The OptimizationOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | OptimizationOptions | Initializes a new instance of the OptimizationOptions class |
Name | Description | |
---|---|---|
![]() | AllowReusePageContent |
If true page contents will be reused when document is optimized for equal pages.
|
![]() | CompressImages | Obsolete.
If this flag is set to true images will be compressed in the document. compression level is specfied with ImageQuality property.
|
![]() | ImageCompressionOptions |
Set of options which describe will images in the document be compressed and parameters of the compression.
|
![]() | ImageEncoding |
Image encodre which will be used.
|
![]() | ImageQuality | Obsolete.
Specifies level of image compression when CompressIamges flag is used.
|
![]() | LinkDuplcateStreams |
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).
|
![]() | MaxResoultion |
Specifies maximum resolution of images. If image has higher resolition it will be scaled
|
![]() | RemovePrivateInfo |
Remove private information (page piece info).
|
![]() | RemoveUnusedObjects |
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.
|
![]() | RemoveUnusedStreams |
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.
|
![]() | ResizeImages | Obsolete.
If this flag set to true and CompressImages is true images will be resized if image resoultion is greater then specified MaxResolution parameter.
|
![]() | SubsetFonts |
Fonts will be converted into subsets if set to true.
|
![]() | UnembedFonts |
Make fonts not embedded if set to true.
|
Name | Description | |
---|---|---|
![]() ![]() | All |
Creates optimization strategy will all options activated.
Please note that activated only options which does not change any functionality of the document.
I.e. image compressing and fonts unembedding will not enabled (and can be embedded manually).
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |