SaveOptions constructor
init
Initializes a new instance of SaveOptions class with default values.
def __init__(self):
    ...
init
Initializes a new instance of SaveOptions 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. | 
See Also
- module 
groupdocs.signature.options - class 
SaveOptions