ImageExportSettings.FontNotFoundEventHandler Class
The delegate of the fontnotfound event handler.
Inheritance
System.Object
ImageExportSettings.FontNotFoundEventHandler
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public sealed class FontNotFoundEventHandler : MulticastDelegate
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
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