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, IPluginOptions

Kế thừa

objectPluginBaseOptionsPdfToTiffOptions

Áp dụng

Các thành viên kế thừa

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

TiffColorDepth

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

TiffCompression

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. Giá trị mặc định là false.

public bool MultiPage { get; set; }

Giá trị thuộc tính

bool

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

int

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

List<int>

Không gian tên: Documentize Tập hợp: Documentize.dll

 Tiếng Việt