Class HtmlToPdfOptions
Thông tin
Đại diện cho các tùy chọn chuyển đổi HTML sang PDF cho plugin Documentize.PdfConverter.
public sealed class HtmlToPdfOptions : PluginBaseOptions, IPluginOptionsKế thừa
object ← PluginBaseOptions ← HtmlToPdfOptions
Triển khai
Thành viên được 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()
Constructors
HtmlToPdfOptions()
Khởi tạo một thể hiện mới của đối tượng Documentize.HtmlToPdfOptions.
public HtmlToPdfOptions()Properties
BasePath
Đường dẫn/url cơ bản cho tệp html.
public string BasePath { get; set; }Giá trị thuộc tính
HtmlMediaType
Lấy hoặc thiết lập các loại phương tiện có thể sử dụng trong quá trình tạo.
public HtmlMediaType HtmlMediaType { get; set; }Giá trị thuộc tính
IsRenderToSinglePage
Lấy hoặc thiết lập xem tất cả tài liệu trên một trang duy nhất.
public bool IsRenderToSinglePage { get; set; }Giá trị thuộc tính
PageInfo
Lấy hoặc thiết lập thông tin trang tài liệu.
public PageInfo PageInfo { get; set; }Giá trị thuộc tính
PageLayoutOption
Lấy hoặc thiết lập tùy chọn bố cục.
public HtmlPageLayoutOption PageLayoutOption { get; set; }Giá trị thuộc tính
Namespace: Documentize Assembly: Documentize.dll