Class JpegOptions

JpegOptions class

Represents Pdf to Jpeg converter options for the Jpeg plugin.

public sealed class JpegOptions : PdfToImageOptions

Constructors

NameDescription
JpegOptions()The default constructor.

Properties

NameDescription
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

NameDescription
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