Class PdfExtractorOptions

Class PdfExtractorOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

表示 TextExtractor 和 ImageExtractor 插件的选项。

public abstract class PdfExtractorOptions : IPluginOptions

继承

objectPdfExtractorOptions

派生

ImageExtractorOptions, TextExtractorOptions

实现

IPluginOptions

继承的成员

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

备注

Aspose.Pdf.Plugins.PdfExtractorOptions 包含用于添加表示输入 PDF 文档的数据(文件、流)的基本功能。 请创建 Aspose.Pdf.Plugins.TextExtractorOptions 或 ImageExtractorOptions,而不是这个。

属性

Inputs

返回 PdfExtractor 插件数据集合。

public List<idatasource> Inputs { get; }

属性值

List<IDataSource&gt;

OperationName

返回操作名称

public virtual string OperationName { get; }

属性值

string

方法

AddInput(IDataSource)

向 PdfExtractor 插件数据集合添加新的数据源。

public void AddInput(IDataSource dataSource)

参数

dataSource IDataSource

要添加的数据源。

 中文