This class encapsulates the HTML rendering of a PDF page
Inheritance Hierarchy
EvoPdfClientPdfPageHtml
Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax
The PdfPageHtml type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Html |
The HTML rendering of a PDF page
| |
| PageNumber |
The number of the PDF page this HTML represents
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Releases the underlying HTML document
| |
| Dispose(Boolean) |
Releases the HTML document
| |
| 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