Class ImageExtractorOptions

ImageExtractorOptions class

Represents images extraction options for the ImageExtractor plugin.

public sealed class ImageExtractorOptions : PdfExtractorOptions

Constructors

NameDescription
ImageExtractorOptions()The default constructor.

Properties

NameDescription
Inputs { get; }Returns PdfExtractor plugin data collection.
override OperationName { get; }Returns name of the operation.

Methods

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

Remarks

It inherits functions to add data (files, streams) representing input PDF documents.

See Also