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

Inheritance

objectPluginBaseOptionsHtmlToPdfOptions

Implements

Inherited Members

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

string

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

HtmlMediaType

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

bool

PageInfo

Lấy hoặc đặt thông tin trang của tài liệu.

public PageInfo PageInfo { get; set; }

Property Value

PageInfo

PageLayoutOption

Lấy hoặc đặt tùy chọn bố cục.

public HtmlPageLayoutOption PageLayoutOption { get; set; }

Property Value

HtmlPageLayoutOption

Namespace: Documentize Assembly: Documentize.dll

 Tiếng Việt