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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void OnDownloadImageFinished(
	string imageUrl,
	int httpStatusCode,
	CefImage image
)

Parameters

imageUrl  String
 
httpStatusCode  Int32
 
image  CefImage
 
See Also