Class JpegOptions
Contents
[
Hide
]JpegOptions class
Represents Pdf to Jpeg converter options for the Jpeg plugin.
public sealed class JpegOptions : PdfToImageOptions
Constructors
| Name | Description |
|---|---|
| JpegOptions() | The default constructor. |
Properties
| Name | Description |
|---|---|
| ConversionMode { get; } | Gets image conversion mode. |
| Inputs { get; } | Returns PdfToImage plugin data collection. |
| override OperationName { get; } | Returns name of the operation. |
| OutputResolution { get; set; } | Gets or sets the resolution value of the resulting images. |
| Outputs { get; } | |
| PageList { get; set; } | Gets or sets a list of pages for the process. |
| Quality { get; set; } | Gets and sets Jpeg quality |
Methods
| Name | Description |
|---|---|
| AddInput(IDataSource) | Adds new data source to the PdfToImage plugin data collection. |
| AddOutput(IDataSource) | Sets new save data source. Can only be a . If you want save images into memory streams, pass null as parameter. |
See Also
- class PdfToImageOptions
- namespace Aspose.Pdf.LowCode
- assembly Aspose.PDF