PDFReaderControls.NET Standard Class Reference

Document.Open Method

Open a PDF document from a stream.

Overload List

Open a PDF document from a stream.

public void Open(Stream);

Open a PDF document from a stream.

public void Open(Stream,string);

Open a PDF document from a path.

public void Open(string);

Open a PDF document from a path.

public void Open(string,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.

public void 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.

public void Open(Uri,string);

See Also

Document Class | TallComponents.PDF.ReaderControls Namespace