PDFView4NET WinForms Edition


SubstituteFonts Property (PDFPageView)
Specifies a collection of fonts to be used when the corresponding font is not embedded in the PDF file.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property SubstituteFonts As Dictionary(Of String,String)
'Usage
 
Dim instance As PDFPageView
Dim value As Dictionary(Of String,String)
 
instance.SubstituteFonts = value
 
value = instance.SubstituteFonts
[Browsable(false)]
public Dictionary<string,string> SubstituteFonts {get; set;}
Remarks
This collection is searched before searching the local machine for the font. The key is the PDF font name, the value is the path to the corresponding TTF file to be used for rendering.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also