PresentationSaveOptions
Leave feedback
On this page
Initializes a new instance of PresentationSaveOptions class with default values.
public PresentationSaveOptions()
- class PresentationSaveOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
Initializes a new instance of PresentationSaveOptions class with specified output file format.
public PresentationSaveOptions(PresentationSaveFileFormat fileFormat)
| Parameter | Type | Description |
|---|---|---|
| fileFormat | PresentationSaveFileFormat | Output file type PresentationSaveFileFormat. |
- enum PresentationSaveFileFormat
- class PresentationSaveOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
Initializes a new instance of PresentationSaveOptions class with specified output type and overwrite flag.
public PresentationSaveOptions(bool overwriteExistingFile)
| Parameter | Type | Description |
|---|---|---|
| overwriteExistingFile | Boolean | Flag whether to overwrite signed file with same file. |
- class PresentationSaveOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
Initializes a new instance of PresentationSaveOptions class with specified output file format and overwrite flag.
public PresentationSaveOptions(PresentationSaveFileFormat fileFormat, bool overwriteExistingFile)
| Parameter | Type | Description |
|---|---|---|
| fileFormat | PresentationSaveFileFormat | Output file type PresentationSaveFileFormat. |
| overwriteExistingFile | Boolean | Flag whether to overwrite signed file with same file. |
- enum PresentationSaveFileFormat
- class PresentationSaveOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
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.