get_image_stream method
Leave feedback
On this page
Returns the image stream.
A stream with the image.
def get_image_stream(self):
...
The following example shows how to save images to files:
Returns the image stream in a different format.
A stream with the image.
def get_image_stream(self, options):
...
| Parameter | Type | Description |
|---|---|---|
| options | groupdocs.parser.options.ImageOptions | The options which are used to extract the image. |
The following example shows how to save images to files in a different format:
- 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.