Lớp TiffConverter
Thông tin
Đại diện cho plugin Documentize.TiffConverter. Được sử dụng để chuyển đổi tài liệu PDF sang định dạng TIFF.
public sealed class TiffConverter
Kế thừa
Các thành viên kế thừa
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Ví dụ
Ví dụ này minh họa cách chuyển đổi tài liệu PDF sang định dạng TIFF.
// tạo TiffConverter
var plugin = new TiffConverter();
// tạo đối tượng PdfToTiffOptions để thiết lập hướng dẫn
var opt = new PdfToTiffOptions();
// thêm đường dẫn tệp đầu vào
opt.AddInput(new FileDataSource(inputPath));
// thiết lập đường dẫn tệp đầu ra
opt.AddOutput(new DirectoryDataSource(outputPath));
// thực hiện quá trình
plugin.Process(opt);
Các hàm khởi tạo
TiffConverter()
public TiffConverter()
Phương thức
Process(PdfToTiffOptions)
Bắt đầu quá trình Documentize.TiffConverter với các tham số được chỉ định.
public ResultContainer Process(PdfToTiffOptions options)
Tham số
options
PdfToTiffOptions: Một đối tượng tùy chọn chứa hướng dẫn cho Documentize.TiffConverter.
Trả về
ResultContainer : Một đối tượng ResultContainer chứa kết quả của hoạt động.
Namespace: Documentize Assembly: Documentize.dll