Method | Description | |
---|---|---|
CloseAsync ( ) : void |
Closes an opened PDFExporterProgress form if it is opened.
|
|
ShowAsync ( |
Shows the form asynchonously. To close it, call CloseAsync().
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LocalizeComponents ( ) : void |
Displays the text for the current culture.
|
|
PDFExportProgress ( ) : System |
Initializes a new PDFExportProgress form.
|
|
PDFExportProgress_Load ( object sender, |
Called when the form loads. Initializes it.
|
|
Run ( Object center ) : void |
Run-method of the display thread. Shows the form and waits for the end.
|
|
timer_Tick ( object sender, |
Called when the timer ticks. So this method is called periodically and updates the animation.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static ShowAsync ( |
||
parent | The parent form. | |
return | void |