Class ExtractPropertiesOptions
Thông tin
Biểu diễn các tùy chọn trích xuất thuộc tính PDF cho plugin Documentize.PdfExtractor.
public sealed class ExtractPropertiesOptions : OptionsWithInput, IHaveInputInheritance
object ← OptionsWithInput ← ExtractPropertiesOptions
Implements
Inherited Members
- OptionsWithInput.Input,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
ExtractPropertiesOptions()
Khởi tạo một thể hiện mới của đối tượng Documentize.ExtractPropertiesOptions với các tùy chọn mặc định.
public ExtractPropertiesOptions()ExtractPropertiesOptions(IDataSource)
Khởi tạo một thể hiện mới của đối tượng Documentize.ExtractPropertiesOptions với dữ liệu được chỉ định.
public ExtractPropertiesOptions(IDataSource data)Parameters
dataIDataSource: Dữ liệu đầu vào.
ExtractPropertiesOptions(string)
Khởi tạo một thể hiện mới của đối tượng Documentize.ExtractPropertiesOptions với tệp được chỉ định.
public ExtractPropertiesOptions(string file)Parameters
filestring: Đường dẫn tệp đầu vào.
ExtractPropertiesOptions(Stream)
Khởi tạo một thể hiện mới của đối tượng Documentize.ExtractPropertiesOptions với luồng được chỉ định.
public ExtractPropertiesOptions(Stream stream)Parameters
streamStream: Luồng đầu vào.
Properties
Input
Lấy hoặc đặt dữ liệu đầu vào.
public override IDataSource Input { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll