WebImageViewer.Picture
From Xojo Documentation
Property (As WebPicture )
aWebImageViewer.Picture = newWebPictureValue
or
WebPictureValue = aWebImageViewer.Picture
New in 2020r1
Supported for all project types and targets.
or
WebPictureValue = aWebImageViewer.Picture
New in 2020r1
Supported for all project types and targets.
The picture to display.
Notes
JPEG and PNG image formats are supported. If you load an SVG (using the SVGData property, the Picture property will be blank.
Sample Code
The following example in the Opening event of a WebImageViewer displays a picture that was added to the project:
Me.Picture = RedDog