# HTML
Class Inherits PDFObject
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | source as String | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Height | Double | 50 | Height of the resulting object on the page. |
| Source | String | (None) | Source HTML to render. |
| Width | Double | 100 | Width of the resulting object on the page. |