PDFReaderControls.NET Standard Class Reference

Document.Open Method (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.

public void Open(
   Uri uri,
   string password
);

Parameters

uri
password
Password required to open the document.

Remarks

This is a synchronous method so the calling thread will block for some time. Calling this method from a UI thread will freeze your UI.

See Also

Document Class | TallComponents.PDF.ReaderControls Namespace | Document.Open Overload List