You are here: Start » FIL.NET » Function Reference » System » Interoperability » FIL.LoadImage_FromWebsite
Loads a JPG image from a website.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void LoadImage_FromWebsite ( string inAddress, NullableRef<string> inLogin, NullableRef<string> inPassword, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inAddress | string | |||
![]() | inLogin | FilNet.NullableRef<string> | Login for Basic authorization. Default value: ftl::NIL. | ||
![]() | inPassword | FilNet.NullableRef<string> | Password for Basic authorization. Default value: ftl::NIL. | ||
![]() | outImage | FilNet.Image | Output image. |