Base class for classes capable of rendering page elements
Inheritance Hierarchy
EvoPdfClientElementsRenderer
EvoPdfClientPdfPage
EvoPdfClientTemplate
Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax
The ElementsRenderer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ElementsRenderer | Initializes a new instance of the ElementsRenderer class |
Properties
| Name | Description | |
|---|---|---|
| ParentDocument |
The parent document of this renderer
|
Methods
| Name | Description | |
|---|---|---|
| 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