|
MuPDFCore 1.8.0
Multiplatform .NET bindings for MuPDF
|
Contains static methods to perform setup operations. More...
Static Public Member Functions | |
| static async Task | RedirectOutput () |
| Redirects output messages from the native MuPDF library to the StandardOutputMessage and StandardErrorMessage events. Note that this has side-effects. More... | |
| static void | ResetOutput () |
| Reset the default standard output and error streams for the native MuPDF library. More... | |
Events | |
| static EventHandler< MessageEventArgs > | StandardOutputMessage |
| This event is invoked when RedirectOutput has been called and the native MuPDF library writes to the standard output stream. More... | |
| static EventHandler< MessageEventArgs > | StandardErrorMessage |
| This event is invoked when RedirectOutput has been called and the native MuPDF library writes to the standard error stream. More... | |
|
static |
Redirects output messages from the native MuPDF library to the StandardOutputMessage and StandardErrorMessage events. Note that this has side-effects.
|
static |
|
static |
This event is invoked when RedirectOutput has been called and the native MuPDF library writes to the standard error stream.
|
static |
This event is invoked when RedirectOutput has been called and the native MuPDF library writes to the standard output stream.