Class PdfToTiffOptions
Thông tin
Đại diện cho các tùy chọn chuyển đổi PDF sang TIFF cho plugin Documentize.TiffConverter.
public sealed class PdfToTiffOptions : PluginBaseOptions, IPluginOptionsKế thừa
object ← PluginBaseOptions ← PdfToTiffOptions
Thực thi
Thành viên kế thừa
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Nhà xây dựng
PdfToTiffOptions()
Khởi tạo một thể hiện mới của đối tượng Documentize.PdfToTiffOptions.
public PdfToTiffOptions()Thuộc tính
ColorDepth
Lấy hoặc thiết lập độ sâu màu.
public TiffColorDepth ColorDepth { get; set; }Giá trị thuộc tính
Nhận xét
Giá trị mặc định là Documentize.TiffColorDepth.Format32bpp.
Compression
Lấy hoặc thiết lập loại nén.
public TiffCompression Compression { get; set; }Giá trị thuộc tính
Nhận xét
Giá trị mặc định là Documentize.TiffCompression.LZW.
MultiPage
Lấy và thiết lập cờ cho phép lưu tất cả các trang trong một tiff đa trang.
public bool MultiPage { get; set; }Giá trị thuộc tính
OutputResolution
Lấy hoặc thiết lập giá trị độ phân giải của các hình ảnh kết quả.
public int OutputResolution { get; set; }Giá trị thuộc tính
PageList
Lấy hoặc thiết lập danh sách các trang cho quá trình.
public List<int> PageList { get; set; }Giá trị thuộc tính
Namespace: Documentize Assembly: Documentize.dll