ImageViewerOptimizationOptions Property

Gets or sets optimization options for the ImageViewer control that affect the rendering performance and memory usage.
Default value: Default.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[TypeConverterAttribute(typeof(FlagsEnumConverter))]
[DefaultValueAttribute(ImageViewerOptimizationOptions.Default)]
public ImageViewerOptimizationOptions OptimizationOptions { get; set; }

Property Value

ImageViewerOptimizationOptions

See Also