Click or drag to resize

AtalaImageFromURL Method (String, Int32, Boolean, ProgressEventHandler)

Returns an AtalaImage loaded from the url.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static AtalaImage FromURL(
	string url,
	int frameIndex,
	bool cacheOnClient,
	ProgressEventHandler progress
)

Parameters

url
Type: SystemString
A URL to an image
frameIndex
Type: SystemInt32
The frame of the image to load from a multi-framed image.
cacheOnClient
Type: SystemBoolean
true if you want to cache the image in the local Windows Temporary Internet Files folder.
progress
Type: Atalasoft.ImagingProgressEventHandler
A handler to receive progress events while loading the image.

Return Value

Type: AtalaImage
The AtalaImage loaded from this URL.
See Also