Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
This delegate represents a font substitution request event handler.
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 delegate void FontSubstitutionRequestEventHandler( FontSubstitutionRequestEventArgs args )
Parameters
- args
- Type: Apitron.PDF.Kit.ConfigurationFontSubstitutionRequestEventArgs
The FontSubstitutionRequestEventArgs instance containing the event data.
See Also