PageImageArea class
PageImageArea class
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:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the PageImageArea class. |
| init | Initializes a new instance of the PageImageArea class. |
Properties
| 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. |
Methods
| 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. |
Remarks
An instance of PageImageArea class is used as return value
of the following methods:
| | | | | |
See the usage examples there.
See Also
- module
groupdocs.parser.data - class
PageArea - class
PageImageArea