Class PdfExtractorOptions
Class PdfExtractorOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
מייצג אפשרויות עבור תוספי TextExtractor ו-ImageExtractor.
public abstract class PdfExtractorOptions : IPluginOptions
ירושה
נגזר
ImageExtractorOptions, TextExtractorOptions
מיישם
חברים ירושים
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>
OperationName
מחזיר את שם הפעולה
public virtual string OperationName { get; }
ערך המאפיין
שיטות
AddInput(IDataSource)
מוסיף מקור נתונים חדש לאוסף נתוני תוסף PdfExtractor.
public void AddInput(IDataSource dataSource)
פרמטרים
dataSource
IDataSource
מקור נתונים להוסיף.