ImageZoomFactor

 

Type

 

Long Integer

 

Description

 

Controls the sizing of displayed images using a percentage specification.

 

Example

 

REM Display images stretched to 20% larger than the default size:

WebsterPro1.ImageZoomFactor = 120

 

Remarks

 

By default ImageZoomFactor is set to 100 (meaning 100%), so images are displayed using the dimensions specified in the HTML or, if the HTML does not specify dimensions then the actual image size is used. Setting ImageZoomFactor to a value greater than 100 stretches all displayed images to the specified percentage, while values below 100 shrink the image to the specified percentage.