PresentationSaveOptions
Contents
[
Hide
]
PresentationSaveOptions()
Initializes a new instance of PresentationSaveOptions class with default values.
public PresentationSaveOptions()
See Also
- class PresentationSaveOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
PresentationSaveOptions(PresentationSaveFileFormat)
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. |
See Also
- enum PresentationSaveFileFormat
- class PresentationSaveOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
PresentationSaveOptions(bool)
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. |
See Also
- class PresentationSaveOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
PresentationSaveOptions(PresentationSaveFileFormat, bool)
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. |
See Also
- enum PresentationSaveFileFormat
- class PresentationSaveOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature