EngineSettingsFontSubstitutionRequestEventHandler Delegate

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This delegate represents a font substitution request event handler.

Namespace:  Apitron.PDF.Rasterizer.Configuration
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public delegate void FontSubstitutionRequestEventHandler(
	FontSubstitutionRequestEventArgs args
)

Parameters

args
Type: Apitron.PDF.Rasterizer.ConfigurationFontSubstitutionRequestEventArgs
The FontSubstitutionRequestEventArgs instance containing the event data.
See Also

Reference