OptimizeImageDrawing Property (RenderingSettings)
Gets or sets a value indicating whether the image drawing method must use performance optimizations for image drawing.
[DefaultValue(True)]
public: __property virtual bool get_OptimizeImageDrawing();
public: __property virtual void set_OptimizeImageDrawing(
bool
);
Property Value
True - the image drawing method must optimize image drawing to increase drawing performance;
false - the image drawing method must draw image without optimizations.
Default value is true.
Enabled optimization may cause low quality image drawing in some rare situations, for example, if black-white halftone image is stored in 24-bit RGB format.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5