Aspose::Pdf::Plugins::HtmlToPdfOptions class
Contents
[
Hide
]HtmlToPdfOptions class
Represents HTML to PDF converter options for Html plugin.
class HtmlToPdfOptions : public Aspose::Pdf::Plugins::PdfConverterOptions
Methods
| Method | Description |
|---|---|
| get_BasePath() const | The base path/url for the html file. |
| get_HtmlMediaType() const | Gets possible media types used during rendering. |
| get_IsRenderToSinglePage() const | Gets rendering all document to single page. |
| get_OperationName() override | Gets name of the operation. |
| get_PageInfo() const | Gets document page info. |
| get_PageLayoutOption() const | Gets layout option. |
| HtmlToPdfOptions() | Initializes new instance of the HtmlToPdfOptions object. |
| set_BasePath(System::String) | The base path/url for the html file. |
| set_HtmlMediaType(Aspose::Pdf::HtmlMediaType) | Sets possible media types used during rendering. |
| set_IsRenderToSinglePage(bool) | Sets rendering all document to single page. |
| set_PageInfo(System::SharedPtr<Aspose::Pdf::PageInfo>) | Sets document page info. |
| set_PageLayoutOption(HtmlPageLayoutOption) | Sets layout option. |
See Also
- Class PdfConverterOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++