This class encapsulates a HTML to PDF converter functionality. Objects of this class can be added at any location in a PDF page or Template to render HTML. The conversion is performed when the element is added to a page or Template.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class HtmlToPdfElement : PageGraphicElement
Visual Basic
Public Class HtmlToPdfElement
	Inherits PageGraphicElement
Visual C++
public ref class HtmlToPdfElement : public PageGraphicElement

Inheritance Hierarchy

See Also