Method | Description | |
---|---|---|
BrowserPrint ( ) : void | ||
GetWeakReference ( ) : nsIWeakReference | ||
OnLocationChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, nsIURI aLocation, uint flags ) : void | ||
OnProgressChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, int aCurSelfProgress, int aMaxSelfProgress, int aCurTotalProgress, int aMaxTotalProgress ) : void | ||
OnSecurityChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aState ) : void | ||
OnStateChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aStateFlags, int aStatus ) : void | ||
OnStatusChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, int aStatus, string aMessage ) : void | ||
PdfViewer ( ) : System | ||
Print ( ) : void | ||
RunJavaScript ( string script ) : string | ||
ShowPdf ( string pdfFile ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PrintAfterPause ( object sender, EventArgs e ) : void | ||
PrintProcessExited ( object sender, EventArgs e ) : void | ||
RestoreAfterPrint ( object sender, EventArgs e ) : void | ||
SetupViewerControl ( ) : void | ||
TryGhostcriptPrint ( ) : bool | ||
UpdatePdfViewer ( Control viewerControl ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetWeakReference ( ) : nsIWeakReference | ||
return | nsIWeakReference |
public OnLocationChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, nsIURI aLocation, uint flags ) : void | ||
aWebProgress | nsIWebProgress | |
aRequest | nsIRequest | |
aLocation | nsIURI | |
flags | uint | |
return | void |
public OnProgressChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, int aCurSelfProgress, int aMaxSelfProgress, int aCurTotalProgress, int aMaxTotalProgress ) : void | ||
aWebProgress | nsIWebProgress | |
aRequest | nsIRequest | |
aCurSelfProgress | int | |
aMaxSelfProgress | int | |
aCurTotalProgress | int | |
aMaxTotalProgress | int | |
return | void |
public OnSecurityChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aState ) : void | ||
aWebProgress | nsIWebProgress | |
aRequest | nsIRequest | |
aState | uint | |
return | void |
public OnStateChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aStateFlags, int aStatus ) : void | ||
aWebProgress | nsIWebProgress | |
aRequest | nsIRequest | |
aStateFlags | uint | |
aStatus | int | |
return | void |
public OnStatusChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, int aStatus, string aMessage ) : void | ||
aWebProgress | nsIWebProgress | |
aRequest | nsIRequest | |
aStatus | int | |
aMessage | string | |
return | void |
public RunJavaScript ( string script ) : string | ||
script | string | |
return | string |