Class ImageExtractorOptions
Represents images extraction options for the ImageExtractor plugin.
public sealed class ImageExtractorOptions : PdfExtractorOptions
Constructors
Properties
| Name | Description |
|---|
| Inputs { get; } | Returns PdfExtractor plugin data collection. |
| override OperationName { get; } | Returns name of the operation. |
Methods
| Name | Description |
|---|
| AddInput(IDataSource) | Adds new data source to the PdfExtractor plugin data collection. |
It inherits functions to add data (files, streams) representing input PDF documents.
See Also