This class encapsulates a HTML to Image converter. The HTML to Image conversion is performed when the element is added to a PDF page. The resulted image is embedded in the PDF document.

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

Syntax

C#
public sealed class HtmlToImageElement : PageGraphicElement
Visual Basic
Public NotInheritable Class HtmlToImageElement
	Inherits PageGraphicElement
Visual C++
public ref class HtmlToImageElement sealed : public PageGraphicElement

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PageElement
    EvoPdf..::..PageGraphicElement
      EvoPdf..::..HtmlToImageElement

See Also