Class PdfExtractorOptions

Class PdfExtractorOptions

Navne til: Aspose.Pdf.Plugins Sammensætning: Aspose.PDF.dll (25.4.0)

Det repræsenterer mulighederne for TextExtractor og ImageExtractor plugins.

public abstract class PdfExtractorOptions : IPluginOptions

Inheritance

object PdfExtractorOptions

Derived

ImageExtractorOptions , TextExtractorOptions

Implements

IPluginOptions

De arvede medlemmer

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

Remarks

Aspose.Pdf.Plugins.PdfExtractorOptions indeholder basefunktioner til at tilføje data (filer, strømme) repræsenterer input PDF-dokumenter.Vær venlig til at oprette Aspose.Pdf.Plugins.TextExtractorOptions eller ImageExtractorOptions i stedet for dette.

Properties

Inputs

Returnerer PdfExtractor plugin dataindsamling.

public List<idatasource> Inputs { get; }

Ejendomsværdi

List < IDataSource >

OperationName

Tilbage Operationsnavn

public virtual string OperationName { get; }

Ejendomsværdi

string

Methods

AddInput(Kildekilde)

Tilføj en ny datakilde til PdfExtractor-plugin dataindsamling.

public void AddInput(IDataSource dataSource)

Parameters

dataSource IDataSource

Data kilde til at tilføje.

 Dansk