'Declaration
Public Function LoadFromUri( _ ByVal Uri As Uri, _ Optional ByVal Password As String, _ Optional ByVal CustomHeaders As NameValueCollection, _ Optional ByVal Credentials As ICredentials, _ Optional ByVal ImpersonationLevel As TokenImpersonationLevel _ ) As GdPicture14.GdPictureStatus
public GdPicture14.GdPictureStatus LoadFromUri( Uri Uri, string Password, NameValueCollection CustomHeaders, ICredentials Credentials, TokenImpersonationLevel ImpersonationLevel )
Parameters
- Uri
- The URI of the document.
- Password
- The password required to open the document, if any.
- CustomHeaders
- A NameValueCollection object that contains the custom HTTP headers you need to add to the request, if any.
- Credentials
- An System.Net.ICredentials that contains the authentication credentials associated with the request, if any.
- ImpersonationLevel
- System.Security.Principal.TokenImpersonationLevel enumeration member specifying the impersonation level associated with the request.
Return Value
A member of the GdPictureStatus enumeration. If an error status is returned the GetLastTransferError method can be used to diagnose the problem.