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, IPluginOptionsInheritance
object ← PluginBaseOptions ← HtmlToPdfOptions
Implements
Inherited Members
- PluginBaseOptions.AddInput(IData),
- PluginBaseOptions.AddOutput(IData),
- 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ơ sở cho tệp html.
public string BasePath { get; set; }Property Value
HtmlMediaType
Lấy hoặc đặt các loại media có thể sử dụng trong quá trình render.
public HtmlMediaType HtmlMediaType { get; set; }Property Value
IsRenderToSinglePage
Lấy hoặc đặt việc render toàn bộ tài liệu thành một trang duy nhất.
public bool IsRenderToSinglePage { get; set; }Property Value
PageInfo
Lấy hoặc đặt thông tin trang của tài liệu.
public PageInfo PageInfo { get; set; }Property Value
PageLayoutOption
Lấy hoặc đặt tùy chọn bố cục.
public HtmlPageLayoutOption PageLayoutOption { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll