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. |
3/2/2022 12:59:15 PM