Aspose::Pdf::Plugins::PdfExtractorOptions class
PdfExtractorOptions class
Represents options for the TextExtractor and ImageExtractor plugins.
class PdfExtractorOptions : public Aspose::Pdf::Plugins::IPluginOptions,
public Aspose::Pdf::Plugins::IDataContainer
Methods
| Method | Description |
|---|---|
| AddInput(System::SharedPtr<IDataSource>) override | Adds new data source to the PdfExtractor plugin data collection. |
| get_Inputs() override | Returns PdfExtractor plugin data collection. |
| virtual get_OperationName() | Returns operation name. |
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
- Class IPluginOptions
- Class IDataContainer
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++