C# Class Bloom.Publish.PdfViewer

Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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

Method Details

BrowserPrint() public méthode

public BrowserPrint ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetWeakReference() public méthode

public GetWeakReference ( ) : nsIWeakReference
Résultat nsIWeakReference

OnLocationChange() public méthode

public OnLocationChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, nsIURI aLocation, uint flags ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aLocation nsIURI
flags uint
Résultat void

OnProgressChange() public méthode

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
Résultat void

OnSecurityChange() public méthode

public OnSecurityChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aState ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aState uint
Résultat void

OnStateChange() public méthode

public OnStateChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aStateFlags, int aStatus ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aStateFlags uint
aStatus int
Résultat void

OnStatusChange() public méthode

public OnStatusChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, int aStatus, string aMessage ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aStatus int
aMessage string
Résultat void

PdfViewer() public méthode

public PdfViewer ( ) : System
Résultat System

Print() public méthode

public Print ( ) : void
Résultat void

RunJavaScript() public méthode

public RunJavaScript ( string script ) : string
script string
Résultat string

ShowPdf() public méthode

public ShowPdf ( string pdfFile ) : bool
pdfFile string
Résultat bool