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
vdrawvdrawObjThe vdraw control object. vdrawObj
ImageDefobjectThe 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.