FontSubstitutionRequestEventArgs Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents font substitution request event args.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    Apitron.PDF.Kit.ConfigurationFontSubstitutionRequestEventArgs

Namespace:  Apitron.PDF.Kit.Configuration
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class FontSubstitutionRequestEventArgs : EventArgs

The FontSubstitutionRequestEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyHandled
Gets or sets a value indicating whether this FontSubstitutionRequestEventArgs is handled.
Public propertyIsOriginalFontItalic
Gets a value indicating whether this instance is original font italic.
Public propertyOriginalCMapName
Gets the name of the original c map.
Public propertyOriginalFontName
Gets the name of the original font.
Public propertyOriginalFontWeight
Gets the original font weight.
Public propertyResolvedFontPath
Gets or sets the resolved font path.
Top
See Also

Reference