menu

Document Processing

ImageExportSettings.FontNotFoundEventHandler Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ImageExportSettings.FontNotFoundEventHandler Class

    The delegate of the fontnotfound event handler.

    Inheritance
    System.Object
    ImageExportSettings.FontNotFoundEventHandler
    Namespace: Syncfusion.Pdf.Parsing
    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
    Type
    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
    Type Name Description
    System.Object sender
    FontNotFoundEventArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved