TiffSaveOptions

Inheritance: java.lang.Object, com.aspose.page.SaveOptions, com.aspose.xps.rendering.ImageSaveOptions

public class TiffSaveOptions extends ImageSaveOptions

Class for XPS-as-TIFF saving options.

Constructors

ConstructorDescription
TiffSaveOptions()Creates new instance of options.

Methods

MethodDescription
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.

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:

ParameterTypeDescription
valueboolean