Exemplo n.º 1
0
 public PrintManager(PrintDocument Document, IWebKitBrowser Owner, bool Preview)
 {
     this._document = Document;
     this._owner = Owner;
     this._webFramePrivate =
         (IWebFramePrivate)((IWebView)_owner.GetWebView()).mainFrame();
     this._preview = Preview;
 }
Exemplo n.º 2
0
 public PrintManager(PrintDocument Document, IWebKitBrowserHost Owner, IWebKitBrowser Browser, bool Preview)
 {
     this._document        = Document;
     this._owner           = Owner;
     this._browser         = Browser;
     this._webFramePrivate =
         (IWebFramePrivate)((IWebView)_browser.GetWebView()).mainFrame();
     this._preview = Preview;
 }
 /// <summary>
 /// Initializes a new instance of the NewWindowCreatedEventArgs class.
 /// </summary>
 /// <param name="browser">The WebKitBrowser showing the contents of the new window.</param>
 public NewWindowCreatedEventArgs(IWebKitBrowser browser)
 {
     WebKitBrowser = browser;
 }
Exemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the NewWindowCreatedEventArgs class.
 /// </summary>
 /// <param name="browser">The WebKitBrowser showing the contents of the new window.</param>
 public NewWindowCreatedEventArgs(IWebKitBrowser browser)
 {
     WebKitBrowser = browser;
 }