GdPicture.NET.14
GdPicture14 Namespace / GdPictureTextExtraction Class / LoadFromHttp(Uri,DocumentFormat,String) Method
An optional parameter specifying the format of the document to be loaded. DocumentFormat.DocumentFormatUNKNOWN.
Specifies the document password, if any.





In This Topic
LoadFromHttp(Uri,DocumentFormat,String) Method
In This Topic
Loads a document from a distant URI.
Syntax
'Declaration
 
Public Function LoadFromHttp( _
   ByVal HttpUri As Uri, _
   Optional ByVal DocumentFormat As DocumentFormat, _
   Optional ByVal Password As String _
) As GdPictureStatus
 

Parameters

HttpUri
DocumentFormat
An optional parameter specifying the format of the document to be loaded. DocumentFormat.DocumentFormatUNKNOWN.
Password
Specifies the document password, if any.

Return Value

A member of the GdPictureStatus enumeration.
See Also