Class PdfExtractorOptions
Info
Represents options for the TextExtractor and ImageExtractor plugins.
public abstract class PdfExtractorOptions : IPluginOptions
Inheritance
Derived
Implements
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Remarks
The Documentize.PdfExtractorOptions contains base functions to add data (files, streams) representing input PDF documents. Please create Documentize.TextExtractorOptions or ImageExtractorOptions instead of this.
Properties
Inputs
Returns PdfExtractor plugin data collection.
public List<idatasource> Inputs { get; }
Property Value
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. :
Namespace: Documentize Assembly: Documentize.dll