Class PdfToImageOptions
Contents
[
Hide
]PdfToImageOptions class
Represents options for the PdfToImage plugin.
public abstract class PdfToImageOptions : IPluginOptions
Properties
| Name | Description |
|---|---|
| ConversionMode { get; } | Gets image conversion mode. |
| Inputs { get; } | Returns PdfToImage plugin data collection. |
| virtual OperationName { get; } | Returns operation name. |
| 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. |
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. |
Other Members
| Name | Description |
|---|---|
| enum ImageConversionMode | Defines different modes which can be used while converting from PDF document to Jpeg image. See JpegOptions class. |
Remarks
The PdfImageOptions class contains base functions to add data (files, streams) representing input PDF documents.
See Also
- interface IPluginOptions
- namespace Aspose.Pdf.LowCode
- assembly Aspose.PDF