ExportToJpgOperation class
An operation for image export into JPG format. Use the addPage method of the ExportOperation interface to export the image.
abstract static class IImagingCoreAPI.ExportToJpgOperation {
public Compression Compression;
public int Resolution;
}
Properties
Name | Type | Description |
---|---|---|
Compression | Compression | Image compression. |
Resolution | int |
Image resolution in EXIF. The default value of this property is 0. |
02.03.2022 12:59:15