Table of Contents

Delegate ImageLoadedDelegate

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

Represents a user define function that will be called when an image definition data has been laoded from a url path.

public delegate void ImageLoadedDelegate(vdrawObj vdraw, object ImageDef)

Parameters

vdraw vdrawObj

The vdraw control object. vdrawObj

ImageDef object

The vfImage definition added to the document images collection, contais the image data.

Remarks

This delegate usually passedAddImageDefinition(string, string, ImageLoadedDelegate)

If the bytes successfully loaded by the url then the ImageDef.bytes is not null.

Constructors

ImageLoadedDelegate(object, IntPtr)