Apitron.PDF.Kit library for .NET
SystemObject
SystemEventArgs
Apitron.PDF.Kit.ConfigurationFontSubstitutionRequestEventArgs
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
This class represents font substitution request event args.
Inheritance Hierarchy
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
The FontSubstitutionRequestEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Handled |
Gets or sets a value indicating whether this FontSubstitutionRequestEventArgs is handled.
|
![]() | IsOriginalFontItalic |
Gets a value indicating whether this instance is original font italic.
|
![]() | OriginalCMapName |
Gets the name of the original c map.
|
![]() | OriginalFontName |
Gets the name of the original font.
|
![]() | OriginalFontWeight |
Gets the original font weight.
|
![]() | ResolvedFontPath |
Gets or sets the resolved font path.
|
See Also