PageImageArea constructor
Leave feedback
On this page
Initializes a new instance of the PageImageArea class.
def __init__(self, image_stream, file_type, rotation):
...
| Parameter | Type | Description |
|---|---|---|
| image_stream | io.RawIOBase | The stream of the image. |
| file_type | groupdocs.parser.options.FileType | The format of the image. |
| rotation | float | The rotation angle of the image. |
Initializes a new instance of the PageImageArea class.
def __init__(self, image_stream, file_type, rotation, page, rectangle):
...
| Parameter | Type | Description |
|---|---|---|
| image_stream | io.RawIOBase | The stream of the image. |
| file_type | groupdocs.parser.options.FileType | The format of the image. |
| rotation | float | The rotation angle of the image. |
| page | groupdocs.parser.data.Page | The page that contains the image. |
| rectangle | groupdocs.parser.data.Rectangle | The rectangular area that contains the image. |
- module
groupdocs.parser.data - 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.