C# Класс DemosBrowser.Toolkit.AcrobatReader.AcroPdf

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AcroPdf ( string fileName ) : System.IO
ShowPdf ( string fileName ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

DisposeCore ( ) : void

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

AcroPdf() публичный Метод

public AcroPdf ( string fileName ) : System.IO
fileName string
Результат System.IO

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

DisposeCore() защищенный Метод

protected DisposeCore ( ) : void
Результат void

ShowPdf() публичный Метод

public ShowPdf ( string fileName ) : void
fileName string
Результат void