PdfCompressorImageQuality Enumeration

Summary

Flags that identify the quality of the source image when working with the PDF Compressor.

Syntax
C#
VB
C++
public enum PdfCompressorImageQuality   
Public Enum PdfCompressorImageQuality  
public enum class PdfCompressorImageQuality   

Members
ValueMemberDescription
0Unknown Unknown image quality. Use default handling.
1Noisy The source image is noisy.
2Scanned The source image is a scanned image.
3Printed The source image is a printed document.
4ComputerGenerated The source image is a high quality computer-generated image.
5Photo The source image is a high quality photo image; for example, from a digital camera.
6User The quality is set manually. This flag is for advanced users.

Remarks

For more information, refer to Creating a Compressed PDF File.

Example

Refer to PdfCompressorEngine example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.PdfCompressor Assembly