menu

Document Processing

WorkbookImpl.DigitSizeCallback Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    WorkbookImpl.DigitSizeCallback Class

    Delegate used for digit size evaluation.

    Inheritance
    System.Object
    WorkbookImpl.DigitSizeCallback
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class DigitSizeCallback : MulticastDelegate

    Constructors

    DigitSizeCallback(Object, IntPtr)

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

    Methods

    BeginInvoke(RectangleF, ref Double, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(RectangleF rect, ref double currentMax, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Drawing.RectangleF rect
    System.Double currentMax
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(ref Double, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref double currentMax, IAsyncResult result)
    Parameters
    Type Name Description
    System.Double currentMax
    System.IAsyncResult result

    Invoke(RectangleF, ref Double)

    Declaration
    public virtual void Invoke(RectangleF rect, ref double currentMax)
    Parameters
    Type Name Description
    System.Drawing.RectangleF rect
    System.Double currentMax
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved