Table of Contents
PdfViewer.Load Method (String)

Load a PDF resource.

Syntax
 public WaitableTask Load(
   string url
);

Parameters

url
The Url of the PDF resource.

Implements

IPdfViewer.Load
See Also