PdfOptimizationMode
PdfOptimizationMode enumeration
Significantly reduce the PDF file size at the expense of lower image quality.
public enum PdfOptimizationMode
Values
| Name | Value | Description |
|---|---|---|
| NONE | 0 | Do not optimize PDF size. |
| MAXIMUM_QUALITY | 1 | Optimize file size while preserving the highest image quality. |
| HIGH_QUALITY | 2 | Smaller PDF file size at the expense of sight image downsampling. |
| BALANCED | 3 | Downsample images to balance file size and image quality. |
| AGGRESSIVE | 4 | Significantly reduce the PDF file size at the expense of lower image quality. |
Remarks
Specify the balance between file size and image quality of saved PDFs.
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR