ImageOrPrintOptions.IsOptimized

ImageOrPrintOptions.IsOptimized property

Indicates whether to optimize the output elements.

public bool IsOptimized { get; set; }

Remarks

Default value is false. Currently when this property is set to true, the following optimizations will be done: 1. optimize the border lines. 2. optimize the file size while rendering to Svg image.

See Also