This class encapsulates the HTML rendering of a PDF page
Inheritance Hierarchy
WinnovativeClientPdfPageHtml
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.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