Aspose::Pdf::Plugins::HtmlToPdfOptions class

HtmlToPdfOptions class

Represents HTML to PDF converter options for Html plugin.

class HtmlToPdfOptions : public Aspose::Pdf::Plugins::PdfConverterOptions

Methods

MethodDescription
get_BasePath() constThe base path/url for the html file.
get_HtmlMediaType() constGets possible media types used during rendering.
get_IsRenderToSinglePage() constGets rendering all document to single page.
get_OperationName() overrideGets name of the operation.
get_PageInfo() constGets document page info.
get_PageLayoutOption() constGets 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