Namespace TallComponents.PDF.DynamicXfa
Class XfaFontSubstitutionEventArgs
Event arguments containing data for the event XfaFontSubstitutionEventHandler.
Syntax
public class XfaFontSubstitutionEventArgs
: EventArgs
Properties
Boolean Bold
Defines if the substituted font is bold.
String FontName
The name of the substituted font.
String FontPath
The path of fontfile which should be used as substitution.
Stream FontStream
The stream of fontfile which should be used as substitution.
Boolean Italic
Defines if the substituted font is italic.
String Text
The text which cannot be displayed using the defined font.