Aspose::Cells::Rendering::ImageOrPrintOptions::SetIsOptimized method

ImageOrPrintOptions::SetIsOptimized method

Indicates whether to optimize the output elements.

void Aspose::Cells::Rendering::ImageOrPrintOptions::SetIsOptimized(bool value)

Remarks

Default value is false. Currently when this property is set to true, the following optimizations will be done:1. optimize the border lines.

  1. optimize the file size while rendering to Svg image.

See Also