C# Class PDFExport.PDFExportPlugin

A plugin to export a diagram to a pdf.
Inheritance: NClass.GUI.Plugin
ファイルを表示 Open project: gbaychev/NClass

Public Methods

Method Description
PDFExportPlugin ( NClassEnvironment environment ) : System

Constructs a new instance of PDFExportPlugin.

Protected Methods

Method Description
Launch ( ) : void

Starts the functionality of the plugin.

Private Methods

Method Description
PDFExportPlugin ( ) : System

Set up the current culture for the strings.

menuItem_Click ( object sender, EventArgs e ) : void

Starts the export.

Method Details

Launch() protected method

Starts the functionality of the plugin.
protected Launch ( ) : void
return void

PDFExportPlugin() public method

Constructs a new instance of PDFExportPlugin.
public PDFExportPlugin ( NClassEnvironment environment ) : System
environment NClass.GUI.NClassEnvironment An instance of NClassEnvironment.
return System