Click or drag to resize

PDFViewCtrlOpenURLAsync Method (String)

Open a PDF file at the given url. This works best with PDF's that are linearized, as pages can be downloaded and viewed in random access order, without the need to download the entire document.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IAsyncAction OpenURLAsync(
	string url
)

Parameters

url
Type: SystemString
the url to open

Return Value

Type: IAsyncAction
No object or value is returned by this method when it completes.
Remarks
Use OnDownloadChanged to track the download events.
See Also