A System.Uri object. This source to load the content from.
A member of the DocumentFormat enumeration. Specifies a file format of the input document. Supported input document formats are listed here.





In This Topic
GdPicture14 Namespace / GdPictureDocumentConverter Class / LoadFromHttp(Uri,DocumentFormat) Method

LoadFromHttp(Uri,DocumentFormat) Method

In This Topic
This method loads the source document from an http uri.
Syntax
'Declaration
 
Public Function LoadFromHttp( _
   ByVal HttpUri As Uri, _
   Optional ByVal DocumentFormat As DocumentFormat _
) As GdPictureStatus
public function LoadFromHttp( 
    HttpUri: Uri;
    DocumentFormat: DocumentFormat
): GdPictureStatus; 
public function LoadFromHttp( 
   HttpUri : Uri,
   DocumentFormat : DocumentFormat
) : GdPictureStatus;
public: GdPictureStatus LoadFromHttp( 
   Uri* HttpUri,
   DocumentFormat DocumentFormat
) 
public:
GdPictureStatus LoadFromHttp( 
   Uri^ HttpUri,
   DocumentFormat DocumentFormat
) 

Parameters

HttpUri
A System.Uri object. This source to load the content from.
DocumentFormat
A member of the DocumentFormat enumeration. Specifies a file format of the input document. Supported input document formats are listed here.

Return Value

A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
Remarks
The document's first page is automatically set as the current page after loading.
See Also