PresentationSaveOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.saveoptions.SaveOptions
public class PresentationSaveOptions extends SaveOptions
Save options for Presentation documents.
| Constructor | Description |
|---|---|
| PresentationSaveOptions() | Initializes a new instance of PresentationSaveOptions class with default values. |
| PresentationSaveOptions(int fileFormat) | Initializes a new instance of PresentationSaveOptions class with specified output file format. |
| PresentationSaveOptions(boolean overwriteExistingFile) | Initializes a new instance of PresentationSaveOptions class with specified output type and overwrite flag. |
| PresentationSaveOptions(int fileFormat, boolean overwriteExistingFile) | Initializes a new instance of PresentationSaveOptions class with specified output file format and overwrite flag. |
| Method | Description |
|---|---|
| getFileFormat() | Gets or sets file format of signed document. |
| setFileFormat(int value) | Gets or sets file format of signed document. |
| toString() | Override string conversion. |
public PresentationSaveOptions()
Initializes a new instance of PresentationSaveOptions class with default values.
public PresentationSaveOptions(int fileFormat)
Initializes a new instance of PresentationSaveOptions class with specified output file format.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileFormat | int | Output file type PresentationSaveFileFormat. |
public PresentationSaveOptions(boolean overwriteExistingFile)
Initializes a new instance of PresentationSaveOptions class with specified output type and overwrite flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| overwriteExistingFile | boolean | Flag whether to overwrite signed file with same file. |
public PresentationSaveOptions(int fileFormat, boolean overwriteExistingFile)
Initializes a new instance of PresentationSaveOptions class with specified output file format and overwrite flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileFormat | int | Output file type PresentationSaveFileFormat. |
| overwriteExistingFile | boolean | Flag whether to overwrite signed file with same file. |
public final int getFileFormat()
Gets or sets file format of signed document.
Returns: int
public final void setFileFormat(int value)
Gets or sets file format of signed document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public String toString()
Override string conversion.
Returns: java.lang.String -
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.