Aspose::TeX::Presentation::Image::TiffSaveOptions class

TiffSaveOptions class

Class representing options of saving to TIFF image(s).

class TiffSaveOptions : public Aspose::TeX::Presentation::Image::ImageSaveOptions

Methods

MethodDescription
get_Compression() constGets/sets the TIFF compression scheme.
get_Multipage() constGets/sets the flag that defines if multiple images should be saved in a single multipage TIFF file.
set_Compression(TiffCompression)Gets/sets the TIFF compression scheme.
set_Multipage(bool)Gets/sets the flag that defines if multiple images should be saved in a single multipage TIFF file.
TiffSaveOptions()Creates new instance of options.

See Also