Delegate ApocDriver.ApocImageHandler
The delegat subscribers must implement to handle the loading of image data in response to external-graphic formatting objects.
Namespace: Telerik.Apoc
Assembly: TelerikData.dll
Syntax
public delegate byte[] ApocImageHandler(string src);
Parameters
System.String
src
|
Returns
System.Byte[]
|
Constructors
ApocImageHandler(Object, IntPtr)
Declaration
public ApocImageHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string src, AsyncCallback callback, object object)
Parameters
System.String
src
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual byte[] EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
System.Byte[]
|
Invoke(String)
Declaration
public virtual byte[] Invoke(string src)
Parameters
System.String
src
|
Returns
System.Byte[]
|