Table of Contents

Property Contents

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

Contents

Gets the image displayed by the element.

Bitmap Contents { get; }

Property Value

Bitmap

The Bitmap with the raw pixels of the image displayed by the element.

Remarks

The size of the bitmap depends on the size of the original image. It is not affected by the size specified for the element.

Exceptions

ObjectDisposedException

The IImageElement has already been disposed.