Class PdfToPngOptions
Thông tin
Đại diện cho các tùy chọn chuyển đổi PDF sang PNG cho plugin Documentize.PdfConverter.
public sealed class PdfToPngOptions : PluginBaseOptions, IPluginOptionsKế thừa
object ← PluginBaseOptions ← PdfToPngOptions
Triển khai
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 hàm khởi tạo
PdfToPngOptions()
Khởi tạo một thể hiện mới của đối tượng Documentize.PdfToPngOptions.
public PdfToPngOptions()Các 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