StiImageFromURL Class

Namespace: Stimulsoft.Base.Drawing

Methods

Method Returns Description
LoadBitmap static Image Loads Bitmap from URL.
LoadImage static Image Loads image from URL.
LoadMetafile static Image Loads Metafile from URL.
TryLoadImage static Image Tries to load image from URL.

Method Details

LoadBitmap static

LoadBitmap(url: string, cookieContainer: CookieContainer, headers: NameValueCollection): Image

Loads Bitmap from URL.

Parameters

  • url (string)
  • cookieContainer (CookieContainer)
  • headers (NameValueCollection)

Returns Image


LoadImage static

LoadImage(url: string, cookieContainer: CookieContainer, headers: NameValueCollection): Image

Loads image from URL.

Parameters

  • url (string)
  • cookieContainer (CookieContainer)
  • headers (NameValueCollection)

Returns Image


LoadMetafile static

LoadMetafile(url: string, cookieContainer: CookieContainer, headers: NameValueCollection): Image

Loads Metafile from URL.

Parameters

  • url (string)
  • cookieContainer (CookieContainer)
  • headers (NameValueCollection)

Returns Image


TryLoadImage static

TryLoadImage(url: string, cookieContainer: CookieContainer, headers: NameValueCollection): Image

Tries to load image from URL.

Parameters

  • url (string)
  • cookieContainer (CookieContainer)
  • headers (NameValueCollection)

Returns Image