ElementsRenderer Class

Base class for classes capable of rendering page elements

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public abstract class ElementsRenderer
Inheritance
Object    ElementsRenderer
Derived

Constructors

ElementsRendererInitializes a new instance of the ElementsRenderer class

Properties

ClientRectangle Gets the drawable area of the renderer. The margins, document header and footer are excluded.
ParentDocument The parent document of this renderer

Methods

AddElement An abstract method to add a PDF page element to the elements renderer
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also