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
Syntaxpublic IAsyncAction OpenURLAsync(
string url
)
Public Function OpenURLAsync (
url As String
) As IAsyncAction
public:
virtual IAsyncAction^ OpenURLAsync(
[InAttribute] String^ url
) sealed
function OpenURLAsync(url);
Parameters
- url
- Type: SystemString
the url to open
Return Value
Type:
IAsyncActionNo object or value is returned by this method when it completes.
RemarksUse OnDownloadChanged to track the download events.
See Also