Overload List
| Name | Description | |
|---|---|---|
| Open(Stream) |
Open a PDF document from a stream.
| |
| Open(String) |
Open a PDF document from a path.
| |
| Open(Uri) |
Open a PDF document from a uniform resource indicator such as a URL.
The viewer will cache the entire document in memory for performance reasons so it is
not necessary that thge URI is available after this method call returns.
| |
| Open(Stream, String) |
Open a PDF document from a stream.
| |
| Open(String, String) |
Open a PDF document from a path.
| |
| Open(Uri, String) |
Open a PDF document from a uniform resource indicator such as a URL.
The viewer will cache the entire document in memory for performance reasons so it is
not necessary that thge URI is available after this method call returns.
|