Open a PDF document from a stream.
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);
Document Class | TallComponents.PDF.ReaderControls Namespace