Enum PdfOptimizationMode

Enum PdfOptimizationMode

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)

Significantly reduce the PDF file size at the expense of lower image quality.

public enum PdfOptimizationMode

Fields

AGGRESSIVE = 4

Significantly reduce the PDF file size at the expense of lower image quality.

BALANCED = 3

Downsample images to balance file size and image quality.

HIGH_QUALITY = 2

Smaller PDF file size at the expense of sight image downsampling.

MAXIMUM_QUALITY = 1

Optimize file size while preserving the highest image quality.

NONE = 0

Do not optimize PDF size.

Remarks

Specify the balance between file size and image quality of saved PDFs.

 English