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