This class encapsulates a HTML to PDF converter functionality. Objects of this class can be added at any location in a Template to render HTML.
A conversion is performed for each PDF page where the Template is rendered.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public class HtmlToPdfVariableElement : HtmlToPdfElement |
| Visual Basic |
|---|
Public Class HtmlToPdfVariableElement Inherits HtmlToPdfElement |
| Visual C++ |
|---|
public ref class HtmlToPdfVariableElement : public HtmlToPdfElement |
Inheritance Hierarchy
System..::..Object
EvoPdf..::..PageElement
EvoPdf..::..PageGraphicElement
EvoPdf..::..HtmlToPdfElement
EvoPdf..::..HtmlToPdfVariableElement
EvoPdf..::..PageElement
EvoPdf..::..PageGraphicElement
EvoPdf..::..HtmlToPdfElement
EvoPdf..::..HtmlToPdfVariableElement