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: EvoPdfAssembly: 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
System..::..Object
EvoPdf..::..PageElement
EvoPdf..::..PageGraphicElement
EvoPdf..::..HtmlToPdfElement
EvoPdf..::..HtmlToPdfVariableElement
EvoPdf..::..PageElement
EvoPdf..::..PageGraphicElement
EvoPdf..::..HtmlToPdfElement
EvoPdf..::..HtmlToPdfVariableElement