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

Kế thừa

objectPluginBaseOptionsPdfToTiffOptions

Thực thi

Thành viên kế thừa

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

TiffColorDepth

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

TiffCompression

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

public bool MultiPage { get; set; }

Giá trị thuộc tính

bool

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

int

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

List<int>

Namespace: Documentize Assembly: Documentize.dll

 Tiếng Việt