Aspose::Cells::Rendering::ImageOrPrintOptions::IsOptimized method

ImageOrPrintOptions::IsOptimized method

Indicates whether to optimize the output elements.

bool Aspose::Cells::Rendering::ImageOrPrintOptions::IsOptimized()

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