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