Class PdfExtractorOptions
PdfExtractorOptions class
Represents options for the TextExtractor and ImageExtractor plugins.
public abstract class PdfExtractorOptions : IPluginOptions
Properties
| Name | Description |
|---|---|
| Inputs { get; } | Returns PdfExtractor plugin data collection. |
| virtual OperationName { get; } | Returns operation name |
Methods
| Name | Description |
|---|---|
| AddInput(IDataSource) | Adds new data source to the PdfExtractor plugin data collection. |
Remarks
The PdfExtractorOptions contains base functions to add data (files, streams) representing input PDF documents. Please create TextExtractorOptions or ImageExtractorOptions instead of this.
See Also
- interface IPluginOptions
- namespace Aspose.Pdf.LowCode
- assembly Aspose.PDF