TiffSaveOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.tex.rendering.SaveOptions, com.aspose.tex.rendering.ImageSaveOptions
public class TiffSaveOptions extends ImageSaveOptions
Class representing options of saving to TIFF image(s).
Constructors
Constructor | Description |
---|---|
TiffSaveOptions() | Creates new instance of options. |
Methods
Method | Description |
---|---|
multipage() | Gets the flag that defines if multiple images should be saved in a single multipage TIFF file. |
multipage(boolean value) | Sets the flag that defines if multiple images should be saved in a single multipage TIFF file. |
getCompression() | Gets the TIFF compression scheme. |
setCompression(TiffCompression value) | Sets the TIFF compression scheme. |
TiffSaveOptions()
public TiffSaveOptions()
Creates new instance of options.
multipage()
public boolean multipage()
Gets the flag that defines if multiple images should be saved in a single multipage TIFF file.
Returns: boolean - The flag that defines if multiple images should be saved in a single multipage TIFF file.
multipage(boolean value)
public void multipage(boolean value)
Sets the flag that defines if multiple images should be saved in a single multipage TIFF file.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The flag that defines if multiple images should be saved in a single multipage TIFF file. |
getCompression()
public TiffCompression getCompression()
Gets the TIFF compression scheme.
Returns: TiffCompression - The TIFF compression scheme.
setCompression(TiffCompression value)
public void setCompression(TiffCompression value)
Sets the TIFF compression scheme.
Parameters:
Parameter | Type | Description |
---|---|---|
value | TiffCompression | The TIFF compression scheme. |