ScaleDataType  Property

Description         Determines the data type used to scale an image to fit a BiDisp control.

Usage                  [form.] BiDisp.ScaleDataType [=  setting]

Settings               The  ScaleDataType property settings for a BiDisp control are:

 

Setting                    Description                                                                           

tifsdFloat = 0         (Default) Real. The scaling factor is calculated as a real number. This setting produces better quality images.

tifsdIntergal = 1    Integral. The scaling factor is calculated as an integer number. This setting results in faster display of images.

Data Type          Integer (Enumerated)

Available            þDesign-Time      þRun-Time Read      þRun-Time Write

See Also              ScaleMode Property