ImageViewerOptimizationOptions Property
Gets or sets optimization options for the
ImageViewer control that affect the rendering performance and memory usage.
Default value:
Default.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[TypeConverterAttribute(typeof(FlagsEnumConverter))]
[DefaultValueAttribute(ImageViewerOptimizationOptions.Default)]
public ImageViewerOptimizationOptions OptimizationOptions { get; set; }
<TypeConverterAttribute(GetType(FlagsEnumConverter))>
<DefaultValueAttribute(ImageViewerOptimizationOptions.Default)>
Public Property OptimizationOptions As ImageViewerOptimizationOptions
Get
Set
public:
[TypeConverterAttribute(typeof(FlagsEnumConverter))]
[DefaultValueAttribute(ImageViewerOptimizationOptions::Default)]
property ImageViewerOptimizationOptions OptimizationOptions {
ImageViewerOptimizationOptions get ();
void set (ImageViewerOptimizationOptions value);
}
[<TypeConverterAttribute(typeof(FlagsEnumConverter))>]
[<DefaultValueAttribute(ImageViewerOptimizationOptions.Default)>]
member OptimizationOptions : ImageViewerOptimizationOptions with get, set
Property Value
ImageViewerOptimizationOptions