GdPicture.NET.14.API
GdPicture14 Namespace / GdPicturePDF Class / LoadFromHttp Method
A System.Uri object. This source to load the content from.





In This Topic
LoadFromHttp Method (GdPicturePDF)
In This Topic
Loads the source document from an http uri.
Syntax
'Declaration
 
Public Function LoadFromHttp( _
   ByVal HttpUri As Uri _
) As GdPictureStatus
 

Parameters

HttpUri
A System.Uri object. This source to load the content from.

Return Value

A member of the GdPictureStatus enumeration.
Remarks

This method requires the HTML Conversion and PDF Processing component to run.

See Also