Click or drag to resize

CefDownloadImageCallbackOnDownloadImageFinished Method

Method that will be executed when the image download has completed. |image_url| is the URL that was downloaded and |http_status_code| is the resulting HTTP status code. |image| is the resulting image, possibly at multiple scale factors, or empty if the download failed.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnDownloadImageFinished(
	string imageUrl,
	int httpStatusCode,
	CefImage image
)

Parameters

imageUrl
Type: SystemString
httpStatusCode
Type: SystemInt32
image
Type: Internal.Xilium.CefGlueCefImage
See Also