Class PdfExtractorOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents options for the TextExtractor and ImageExtractor plugins.
public abstract class PdfExtractorOptions : IPluginOptions
Inheritance
Derived
ImageExtractorOptions, TextExtractorOptions
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Remarks
The Aspose.Pdf.Plugins.PdfExtractorOptions contains base functions to add data (files, streams) representing input PDF documents. Please create Aspose.Pdf.Plugins.TextExtractorOptions or ImageExtractorOptions instead of this.
Properties
Inputs
Returns PdfExtractor plugin data collection.
public List<idatasource> Inputs { get; }
Property Value
List<IDataSource>
OperationName
Returns operation name
public virtual string OperationName { get; }
Property Value
Methods
AddInput(IDataSource)
Adds new data source to the PdfExtractor plugin data collection.
public void AddInput(IDataSource dataSource)
Parameters
dataSource
IDataSource
Data source to add.