Aspose::Cells::Rendering::ImageOrPrintOptions::SetQuality method

ImageOrPrintOptions::SetQuality method

Gets or sets a value determining the quality of the generated images to apply only when saving pages to the Jpeg format. The default value is 100.

void Aspose::Cells::Rendering::ImageOrPrintOptions::SetQuality(int32_t value)

Remarks

Has effect only when saving to JPEG. The value must be between 0 and 100. The default value is 100.

See Also