Objects of this class can be added to a PDF document to render images

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PageElement
    EvoPdf..::..PageGraphicElement
      EvoPdf..::..ImageElement

See Also