![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.14
|
Leadtools.PdfCompressor Namespace : PdfCompressorOutputQuality Enumeration |
public enum PdfCompressorOutputQuality : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum PdfCompressorOutputQuality Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As PdfCompressorOutputQuality
public enum class PdfCompressorOutputQuality : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Auto | Choose the quality of the output automatically. |
0x00000001 | Poor | Poor output quality with best compression. |
0x00000002 | Average | Average output quality with average compression. |
0x00000003 | Good | Good output quality with good compression. |
0x00000004 | Excellent | Excellent output quality with poor compression. |
0x00000005 | User | The user detects the output quality. This flag is for advanced users. |
System.Object
System.ValueType
System.Enum
Leadtools.PdfCompressor.PdfCompressorOutputQuality