Class PdfToImageOptions

PdfToImageOptions class

Represents options for the PdfToImage plugin.

public abstract class PdfToImageOptions : IPluginOptions

Properties

NameDescription
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

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.

Other Members

NameDescription
enum ImageConversionModeDefines 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