PdfCodecCompression Class |
Namespace: Atalasoft.Imaging.Codec.Pdf
The PdfCodecCompression type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfCodecCompression(PdfCompressionType) |
Constructs a new PdfCodecCompression object with the specified
PdfCompressionType.
| |
| PdfCodecCompression(PdfCompressionType, Double) |
Constructs a new PdfCodecCompression object with the specified
PdfCompressionType and default Jpeg2000 compression factor.
| |
| PdfCodecCompression(PdfCompressionType, Int32) |
Constructs a new PdfCodecCompression object with the specified
PdfCompressionType and default quality.
|
| Name | Description | |
|---|---|---|
| Compression |
Gets a value representing one of the standard PDF compression values.
| |
| Jpeg2000CompressionFactor |
Gets or sets a value representing the compression factor to use for Jpeg2000
compression.
| |
| JpegQuality |
Gets or sets the quality level of the Jpeg as it's encoded to a file. Valid
values are 1 - 100 with a default value of 80.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |