C# Class DemosBrowser.Toolkit.AcrobatReader.AcroPdf

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: VahidN/PdfReport Class Usage Examples

Méthodes publiques

Méthode Description
AcroPdf ( string fileName ) : System.IO
ShowPdf ( string fileName ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DisposeCore ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

AcroPdf() public méthode

public AcroPdf ( string fileName ) : System.IO
fileName string
Résultat System.IO

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

DisposeCore() protected méthode

protected DisposeCore ( ) : void
Résultat void

ShowPdf() public méthode

public ShowPdf ( string fileName ) : void
fileName string
Résultat void