save method
Leave feedback
On this page
Saves the image to the file.
def save(self, file_path):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | System.String | The path to the file. |
The following example shows how to save images to files:
Saves the image to the file in a different format.
def save(self, file_path, options):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | System.String | The path to the file. |
| options | groupdocs.parser.options.ImageOptions | The options which are used to save 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.