Delegate ImageExportSettings.FontNotFoundEventHandler
The delegate of the fontnotfound event handler.
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public delegate void FontNotFoundEventHandler(object sender, FontNotFoundEventArgs args);
Parameters
Constructors
FontNotFoundEventHandler(Object, IntPtr)
Declaration
public FontNotFoundEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, FontNotFoundEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FontNotFoundEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
FontNotFoundEventArgs |
args |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, FontNotFoundEventArgs)
Declaration
public virtual void Invoke(object sender, FontNotFoundEventArgs args)
Parameters