Gets and sets an indicator whether to use image smoothing.
Read-write property
Visual Basic |
---|
Public Property ImageSmooth As Boolean |
A boolean value which is True to use image smoothing. Otherwise, False is used.
The default value is False.
When image smoothing is set to True and the viewing window is not large enough to display the entire image, using this property will smooth square edges.
Set this property to True or False for color images and only False for bitonal and CAD images.
This property can not be set in the Object/Embed tag, list file, or during the OnInitialize event.