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
Derived
ImageExtractorOptions , TextExtractorOptions
Implements
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
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.