Method Print
- Namespace
- DotNetBrowser.Frames
- Assembly
- DotNetBrowser.dll
Print()
Requests printing of the currently loaded web page in this frame.
void Print()
Remarks
The printing should be allowed in the RequestPrintHandler, in other case, it will be canceled.
Exceptions
- ObjectDisposedException
The IFrame object has already been disposed.
- InvalidOperationException
The print operation failed. This can happen when the frame itself does not exist anymore.