PictureQuality Property

Sets or returns the image quality of a picture that appears in a form or control. Deprecated property.

object.PictureQuality = [value]

Version Support

Obsolete from version 11.0. Refer to Deprecated and Obsolete items for additional information.

Settings

The PictureQuality property settings are:

Constant

Description

PicQualityAuto

The image rendering algorithms are selected according to the processor type (Default).

PicQualityHigh

The image is rendered using high-quality algorithms.

PicQualityFast

The image is rendered using fast algorithms.

Although setting this property to PicQualityHigh will result in a higher quality interface, there is a significant performance difference between these two algorithms, which can sometimes be prohibitive on low-end machines.

This property is ignored in a Frame control if the Style property is set to FrameGroupBox.

Note: When using constants in the script editor, each constant must be prefaced by nl.

See Also

DisabledPicture property | DownPicture property | HoverPicture property | Picture property | PictureAlignment property | PictureColor property | PictureOpacity property | PictureSize property | PictureTile property

Applies To

Command button control

Form object

Frame control

PictureBox control


© 2004-2021 looksoftware. All rights reserved.