PdfViewer.LoadDocument Method
| Name | Parameters | Description |
|---|---|---|
| LoadDocument() | none | Invokes the “Open…” file dialog, creates a specific importer and loads the file. |
| LoadDocument(Stream) | stream | Loads a PDF document from the specified stream. |
| LoadDocument(String) | path | Loads the PDF document from the specified path. |