The URI of the document.

In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / LoadFromURI Method / LoadFromURI(Uri,String) Method

LoadFromURI(Uri,String) Method

In This Topic
Displays document from an URI.
Syntax
'Declaration
 
Public Overloads Function LoadFromURI( _
   ByVal Uri As Uri, _
   Optional ByVal Password As String _
) As GdPictureStatus
public GdPictureStatus LoadFromURI( 
   Uri Uri,
   string Password
)

Parameters

Uri
The URI of the document.
Password

Return Value

A member of the GdPictureStatus enumeration.
Remarks
Supported formats are listed here: http://www.gdpicture.com/solutions/Supported-Formats.php. If an error status is returned the GetLastTransferError method can be used to diagnose the problem.
See Also