Overview
OptimizeImageOptions 是 Aspose.PDF 中的类型.
控制图像优化行为.
特性: ConvertPNGToJPEG, JPEGQuality, MaxDPI.
Properties
| Name | Type | Access | Description |
|---|
MaxDPI | float64 | 阅读/写作 | 得到最大的dpi. |
JPEGQuality | int | 阅读/写作 | 得到了JPG质量. |
ConvertPNGToJPEG | bool | 阅读/写作 | 转换png为jpeg. |
See Also