Click or drag to resize

IFramePrint Method

Requests printing of the currently loaded web page in this frame.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void Print()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFrame object has already been disposed.
InvalidOperationException The print operation failed. This can happen when the frame itself does not exist anymore.
Remarks

The printing should be allowed in the RequestPrintHandler, in other case, it will be canceled.

See Also