Platforms to show: All Mac Windows Linux Cross-Platform

Back to HTMLViewer class.

HTMLViewer.IEImageMBS as picture   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Win MBS Win Plugin 9.5 ❌ No ✅ Yes ❌ No ❌ No Desktop only
This item is deprecated and should no longer be used. You can use methods in IEDocumentMBS class instead.
Copies the picture from the htmlviewer.
Example
Sub Action()
ClearFocus

Dim picWeb As Picture

// Get image from IE
picWeb = HTMLViewer1.IEImageMBS

canvas1.backdrop = picWeb
End Sub

You may want to resize the htmlviewer to get a picture without scrollbars. (See example projects)
You may need to call ClearFocus as it seems like if the focus is on the htmlviewer it does not draw itself in our picture.

Some examples using this method:

Blog Entries

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...