CompressionType enum
The type of compression for page files depending on the base image format.
public enum CompressionType
{
Jpg,
Png
}
Constants
| Name | Description |
|---|---|
| Jpg |
The image compression type for PDF files based on the JPG format. This is the default value. |
| Png | The image compression type for PDF files based on the PNG format. |
02.03.2022 12:59:15