Visual Basic (Declaration) | |
---|---|
Public Enum PdfCompressorImageQuality Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PdfCompressorImageQuality |
C# | |
---|---|
public enum PdfCompressorImageQuality : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class PdfCompressorImageQuality : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
ComputerGenerated | The source image is a high quality computer-generated image. |
Noisy | The source image is noisy. |
Photo | The source image is a high quality photo image; for example, from a digital camera. |
Printed | The source image is a printed document. |
Scanned | The source image is a scanned image. |
Unknown | Unknown image quality. Use default handling. |
User | The quality is set manually. This flag is for advanced users. |
Refer to PdfCompressor example.
For more information, refer to Creating a Compressed PDF File.
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.PdfCompressorImageQuality
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7