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