Apitron.PDF.Rasterizer library for .NET
SystemObject
SystemEventArgs
Apitron.PDF.Rasterizer.ConfigurationFontSubstitutionRequestEventArgs
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
This class represents font substitution request event args.
Inheritance Hierarchy
SystemEventArgs
Apitron.PDF.Rasterizer.ConfigurationFontSubstitutionRequestEventArgs
Namespace: Apitron.PDF.Rasterizer.Configuration
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.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