Class PdfExtractorOptions
PdfExtractorOptions class
表示 TextExtractor 和 ImageExtractor 插件的选项。
public abstract class PdfExtractorOptions : IPluginOptions
Properties
Name | Description |
---|---|
Inputs { get; } | 返回 PdfExtractor 插件数据集合。 |
virtual OperationName { get; } | 返回操作名称 |
Methods
Name | Description |
---|---|
AddInput(IDataSource) | 将新的数据源添加到 PdfExtractor 插件数据集合中。 |
Remarks
PdfExtractorOptions
包含添加表示输入 PDF 文档的数据(文件、流)的基本功能。请创建 TextExtractorOptions
或 ImageExtractorOptions,而不是使用这个。
See Also
- interface IPluginOptions
- namespace Aspose.Pdf.Plugins
- assembly Aspose.PDF