TiffSaveOptions
Contents
 [
        
            Hide
        ]
    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.
Constructors
| Constructor | Description | 
|---|---|
| TiffSaveOptions() | Creates TiffSaveOptions with default values. | 
Methods
| 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. | 
TiffSaveOptions()
public TiffSaveOptions()
Creates TiffSaveOptions with default values.
getExpectedTiffFormat()
public int getExpectedTiffFormat()
Gets or sets TIFF format of signed document.
Returns: int
setExpectedTiffFormat(int value)
public void setExpectedTiffFormat(int value)
Gets or sets TIFF format of signed document.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | int | 
getFileFormat()
public final int getFileFormat()
Gets or sets file format of signed document. Hidden because not in use for this options class.
Returns: int
setFileFormat(int value)
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 |