PageImageArea class
Leave feedback
On this page
Represents a page image area which is used to represent an image on the page in the parsing by template functionality or an image attachment if images are extracted from emails or Zip archives.
Inheritance: PageImageArea →
PageArea
The PageImageArea type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the PageImageArea class. |
| init | Initializes a new instance of the PageImageArea class. |
| Property | Description |
|---|---|
| rectangle | Gets the rectangular area. |
| page | Gets the document page information such as page index and page size. |
| file_type | Gets the format of the image. |
| rotation | Gets the rotation angle of the image. |
| Method | Description |
|---|---|
| get_image_stream | Returns the image stream. |
| get_image_stream | Returns the image stream in a different format. |
| save | Saves the image to the file. |
| save | Saves the image to the file in a different format. |
An instance of PageImageArea class is used as return value
of the following methods:
| | | | | |
See the usage examples there.
- module
groupdocs.parser.data - class
PageArea - class
PageImageArea
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.