Base class for classes capable of rendering page elements
Inheritance Hierarchy
WinnovativeClientElementsRenderer
WinnovativeClientPdfPage
WinnovativeClientTemplate
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.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