Class PdfToTiffOptions
Thông tin
Đại diện cho các tùy chọn chuyển đổi PDF sang TIFF cho plugin Documentize.PdfConverter.
public sealed class PdfToTiffOptions : PluginBaseOptions, IPluginOptionsKế thừa
object ← PluginBaseOptions ← PdfToTiffOptions
Áp dụng
Các 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()
Các trình khởi tạo
PdfToTiffOptions()
Khởi tạo một thể hiện mới của đối tượng Documentize.PdfToTiffOptions.
public PdfToTiffOptions()Các thuộc tính
ColorDepth
Lấy hoặc đặt độ 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 đặt 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à đặt cờ cho phép lưu tất cả các trang vào một tiff đa trang.
public bool MultiPage { get; set; }Giá trị thuộc tính
OutputResolution
Lấy hoặc đặt 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 đặt danh sách các trang cho quá trình.
public List<int> PageList { get; set; }Giá trị thuộc tính
Không gian tên: Documentize Tập hợp: Documentize.dll