# Image
Class Inherits PDFObject
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| CompressionLevels | None <br > Fast <br > Medium <br > Slow | Supported compression levels used when encoding the image in the PDF document. |
| Formats | PNG <br > JPEG <br > GIF | Supported image file formats. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | image as Picture <br> format as Formats <br> width as Double <br> height as Double | (None) | Creates a new instance of the class. |
| Constructor | url as String <br> format as Formats <br> width as Double <br> height as Double | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| CompressionLevel | CompressionLevels | (None) | Compression levels used when encoding the image in the PDF document. |
| Format | Formats | (None) | Format of the file being embedded in the PDF document. |
| Height | Double | (None) | Height of the image on the page. |
| Image | Picture | (None) | (None) |
| Rotation | Double | (None) | (None) |
| URL | String | (None) | URL data representing the image. |
| Width | Double | (None) | Width of the image on the page. |