IFramePrint Method |
Namespace: DotNetBrowser.Frames
void Print()
Exception | Condition |
---|---|
ObjectDisposedException | The IFrame object has already been disposed. |
InvalidOperationException | The print operation failed. This can happen when the frame itself does not exist anymore. |
The printing should be allowed in the RequestPrintHandler, in other case, it will be canceled.