ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfLoadedDocument.PdfFontEventHandler - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfLoadedDocument.PdfFontEventHandler

    Inheritance
    System.Object
    PdfLoadedDocument.PdfFontEventHandler
    Namespace: Syncfusion.Pdf.Parsing
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class PdfFontEventHandler : MulticastDelegate

    Constructors

    PdfFontEventHandler(Object, IntPtr)

    Declaration
    public PdfFontEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, PdfFontEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, PdfFontEventArgs args, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    PdfFontEventArgs 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, PdfFontEventArgs)

    Declaration
    public virtual void Invoke(object sender, PdfFontEventArgs args)
    Parameters
    Type Name Description
    System.Object sender
    PdfFontEventArgs args
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved