Class PdfExtractorOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Đại diện cho các tùy chọn cho các plugin TextExtractor và ImageExtractor.
public abstract class PdfExtractorOptions : IPluginOptions
Kế thừa
Kế thừa từ
ImageExtractorOptions, TextExtractorOptions
Triển khai
Các thành viên kế thừa
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Nhận xét
Aspose.Pdf.Plugins.PdfExtractorOptions chứa các chức năng cơ bản để thêm dữ liệu (tệp, luồng) đại diện cho tài liệu PDF đầu vào.
Vui lòng tạo Aspose.Pdf.Plugins.TextExtractorOptions hoặc ImageExtractorOptions thay vì cái này.
Thuộc tính
Inputs
Trả về bộ sưu tập dữ liệu của plugin PdfExtractor.
public List<idatasource> Inputs { get; }
Giá trị thuộc tính
List<IDataSource>
OperationName
Trả về tên thao tác
public virtual string OperationName { get; }
Giá trị thuộc tính
Phương thức
AddInput(IDataSource)
Thêm nguồn dữ liệu mới vào bộ sưu tập dữ liệu của plugin PdfExtractor.
public void AddInput(IDataSource dataSource)
Tham số
dataSource
IDataSource
Nguồn dữ liệu để thêm.