This abstract class is the base class for all graphic elements that can be added to a PDF document

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

Syntax

C#
public abstract class PageGraphicElement : PageElement
Visual Basic
Public MustInherit Class PageGraphicElement
	Inherits PageElement
Visual C++
public ref class PageGraphicElement abstract : public PageElement

Inheritance Hierarchy

See Also