IExportToJpgOperation interface
An operation for image export into JPG format. Property of the interface predefine compression for the exported image.
interface IExportToJpgOperation : IDisposable
Properties
| Name | Type | Description |
|---|---|---|
| Compression | Compression | A uniform image compression scale for all lossy formats. |
Methods
| Name | Description |
|---|---|
| AddImage | Defines the image to be exported. |
02.03.2022 12:59:15