C# 클래스 Bloom.Publish.PdfViewer

파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

BrowserPrint() 공개 메소드

public BrowserPrint ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetWeakReference() 공개 메소드

public GetWeakReference ( ) : nsIWeakReference
리턴 nsIWeakReference

OnLocationChange() 공개 메소드

public OnLocationChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, nsIURI aLocation, uint flags ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aLocation nsIURI
flags uint
리턴 void

OnProgressChange() 공개 메소드

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
리턴 void

OnSecurityChange() 공개 메소드

public OnSecurityChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aState ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aState uint
리턴 void

OnStateChange() 공개 메소드

public OnStateChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, uint aStateFlags, int aStatus ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aStateFlags uint
aStatus int
리턴 void

OnStatusChange() 공개 메소드

public OnStatusChange ( nsIWebProgress aWebProgress, nsIRequest aRequest, int aStatus, string aMessage ) : void
aWebProgress nsIWebProgress
aRequest nsIRequest
aStatus int
aMessage string
리턴 void

PdfViewer() 공개 메소드

public PdfViewer ( ) : System
리턴 System

Print() 공개 메소드

public Print ( ) : void
리턴 void

RunJavaScript() 공개 메소드

public RunJavaScript ( string script ) : string
script string
리턴 string

ShowPdf() 공개 메소드

public ShowPdf ( string pdfFile ) : bool
pdfFile string
리턴 bool