Class PdfExtractorToImageOptions

PdfExtractorToImageOptions class

Represents images extraction options for the PdfExtractor plugin.

public sealed class PdfExtractorToImageOptions : PdfExtractorOptions

Constructors

NameDescription
PdfExtractorToImageOptions()The default constructor.

Properties

NameDescription
DataCollection { get; }Returns PdfExtractor plugin data collection.
ExtractionMode { get; }Gets image extraction mode.
override OperationName { get; }Returns name of the operation.

Methods

NameDescription
AddDataSource(IDataSource)Adds new data source to the PdfExtractor plugin data collection.

Other Members

NameDescription
enum ImageExtractionModeDefines different modes which can be used while extracting images from PDF document. See PdfExtractorToImageOptions class.

Remarks

The PdfExtractorToImageOptions object is used to set ImageExtractionMode and another options for the images extraction operation. Also, it inherits functions to add data (files, streams) representing input PDF documents.

See Also