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