menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SubstituteFontEventArgs

    Show / Hide Table of Contents

    Class SubstituteFontEventArgs

    Represents the substitute font event that occurs during Excel to PDF/Image conversion to substitute the alternate fonts when a specified font is not installed in the production environment.

    Inheritance
    System.Object
    System.EventArgs
    SubstituteFontEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class SubstituteFontEventArgs : EventArgs
    Remarks

    This event is supported for Excel to PDF/Image conversion alone

    Properties

    AlternateFontName

    Gets or sets the alternate font name.

    Declaration
    public string AlternateFontName { get; set; }
    Property Value
    Type Description
    System.String

    The string that specifies the alternate font name.

    AlternateFontStream

    Gets or sets the alternate font stream.

    Declaration
    public Stream AlternateFontStream { get; set; }
    Property Value
    Type Description
    System.IO.Stream

    The stream that specifies the alternate font .

    Remarks

    AlternateFontStream is considered over AlternateFontName if the alternate font stream is valid

    OriginalFontName

    Gets the original font name. Read Only.

    Declaration
    public string OriginalFontName { get; }
    Property Value
    Type Description
    System.String

    The string that specifies the orignal font name.

    Remarks

    The original font is not installed in production environment

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved