TiffSaveOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.saveoptions.SaveOptions, com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions
public class TiffSaveOptions extends ImageSaveOptions
Tiff Save options for Image Documents.
| Constructor | Description |
|---|---|
| TiffSaveOptions() | Creates TiffSaveOptions with default values. |
| Method | Description |
|---|---|
| getExpectedTiffFormat() | Gets or sets TIFF format of signed document. |
| setExpectedTiffFormat(int value) | Gets or sets TIFF format of signed document. |
| getFileFormat() | Gets or sets file format of signed document. |
| setFileFormat(int value) | Gets or sets file format of signed document. |
public TiffSaveOptions()
Creates TiffSaveOptions with default values.
public int getExpectedTiffFormat()
Gets or sets TIFF format of signed document.
Returns: int
public void setExpectedTiffFormat(int value)
Gets or sets TIFF format of signed document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final int getFileFormat()
Gets or sets file format of signed document. Hidden because not in use for this options class.
Returns: int
public final void setFileFormat(int value)
Gets or sets file format of signed document. Hidden because not in use for this options class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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.