This property sets whether or not a 1 bit color image, a 4 bit grayscale image, or an 8 bit grayscale image will be displayed in high quality in the ImageKit Control. This property has been deprecated. Use the StretchMode property instead.

[C++Builder]   imagekitcontrolname->Refine1BitImage[= bool ]
[Delphi]   imagekitcontrolname.Refine1BitImage[= Boolean ]

Property Value

Value Explanation
True Images will be displayed in high quality. (Default)
False Images will be displayed as normal.

Explanation

The Refine1BitImage property refers to whether a 1 bit color image, a 4 bit grayscale image, or an 8 bit grayscale image, displayed in the ImageKit Control, is displayed in high quality. Default value is True. It is enabled whenever a supported image is displayed.

If the Edit.EditEnable property is True or if the BackgroundImageFile property has been set with a valid file, the Refine1BitImage property is disabled and the image will be displayed as normal.

IMPORTANT: This property has been deprecated. It is being maintained to provide backward compatibility with the ImageKit7. Please use the StretchMode property instead.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

[Differences between the ImageKit7 ActiveX/VCL]

The Refine1BitImage property value can now only be set at runtime. It can no longer be set at design time. To receive the same results as the ImageKit7, set the StretchMode property to 0 (vikRefineImage).

 

The ImageKit10 VCL is a product created by Newtone Corporation