PresentationSaveOptions constructor
Leave feedback
On this page
Initializes a new instance of PresentationSaveOptions class with default values.
def __init__(self):
...
Initializes a new instance of PresentationSaveOptions class with specified output file format.
def __init__(self, file_format):
...
| Parameter | Type | Description |
|---|---|---|
| file_format | groupdocs.signature.domain.PresentationSaveFileFormat | Output file type PresentationSaveFileFormat. |
Initializes a new instance of PresentationSaveOptions class with specified output type and overwrite flag.
def __init__(self, overwrite_existing_file):
...
| Parameter | Type | Description |
|---|---|---|
| overwrite_existing_file | bool | Flag whether to overwrite signed file with same file. |
Initializes a new instance of PresentationSaveOptions class with specified output file format and overwrite flag.
def __init__(self, file_format, overwrite_existing_file):
...
| Parameter | Type | Description |
|---|---|---|
| file_format | groupdocs.signature.domain.PresentationSaveFileFormat | Output file type PresentationSaveFileFormat. |
| overwrite_existing_file | bool | Flag whether to overwrite signed file with same file. |
- module
groupdocs.signature.options - class
PresentationSaveFileFormat - class
PresentationSaveOptions
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.